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