Deleted dirty debug message

This commit is contained in:
Yann Weber 2018-07-01 17:04:17 +02:00
commit 2e864ebd0d

View file

@ -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;