Browse Source

Deleted dirty debug message

Yann Weber 5 years ago
parent
commit
895bab99c6
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      src/netsukuku.c

+ 0
- 2
src/netsukuku.c View File

491
                             fatal("The maximum number of interfaces is %d",
491
                             fatal("The maximum number of interfaces is %d",
492
 							MAX_INTERFACES);
492
 							MAX_INTERFACES);
493
 			if_dup = 0;
493
 			if_dup = 0;
494
-			printf("IF COUNT : %d\n", server_opt.ifs_n);
495
 			for(if_n = 0; if_n < server_opt.ifs_n; if_n++) {
494
 			for(if_n = 0; if_n < server_opt.ifs_n; if_n++) {
496
 				if(strncmp(server_opt.ifs[if_n], optarg, IFNAMSIZ-1) == 0) {
495
 				if(strncmp(server_opt.ifs[if_n], optarg, IFNAMSIZ-1) == 0) {
497
 					if_dup = 1;
496
 					if_dup = 1;
498
-					printf("DEDUP !!!\n");
499
 					break;
497
 					break;
500
 				}
498
 				}
501
 			}
499
 			}

Loading…
Cancel
Save