mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Variable 'getmap' is unused.
Found by: clang static analyzer
This commit is contained in:
parent
9085ea5054
commit
ae7f9676e7
1 changed files with 2 additions and 2 deletions
|
|
@ -143,11 +143,11 @@ main(int argc, char *argv[])
|
|||
struct ypmaplist *ypml, *y;
|
||||
struct hostent *hent;
|
||||
struct sockaddr_in lsin;
|
||||
int notrans, mode, getmap;
|
||||
int notrans, mode;
|
||||
int c, r;
|
||||
u_int i;
|
||||
|
||||
getmap = notrans = mode = 0;
|
||||
notrans = mode = 0;
|
||||
while ((c = getopt(argc, argv, "xd:mt")) != -1)
|
||||
switch (c) {
|
||||
case 'x':
|
||||
|
|
|
|||
Loading…
Reference in a new issue