Deleted dirty debug message
This commit is contained in:
parent
679665b305
commit
895bab99c6
1 changed files with 0 additions and 2 deletions
|
|
@ -491,11 +491,9 @@ parse_options(int argc, char **argv)
|
|||
fatal("The maximum number of interfaces is %d",
|
||||
MAX_INTERFACES);
|
||||
if_dup = 0;
|
||||
printf("IF COUNT : %d\n", server_opt.ifs_n);
|
||||
for(if_n = 0; if_n < server_opt.ifs_n; if_n++) {
|
||||
if(strncmp(server_opt.ifs[if_n], optarg, IFNAMSIZ-1) == 0) {
|
||||
if_dup = 1;
|
||||
printf("DEDUP !!!\n");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue