Browse Source

netsplit argument fix

MissValeska 10 years ago
parent
commit
677df07d69
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/netsukuku.c

+ 1
- 1
src/netsukuku.c View File

430
 			{0, 0, 0, 0}
430
 			{0, 0, 0, 0}
431
 		};
431
 		};
432
 
432
 
433
-		c = getopt_long(argc, argv, "i:c:l:e:hvd64DRrIakCn", long_options,
433
+		c = getopt_long(argc, argv, "i:c:l:e:n:hvd64DRrIakC", long_options,
434
 						&option_index);
434
 						&option_index);
435
 		if (c == -1)
435
 		if (c == -1)
436
 			break;
436
 			break;

Loading…
Cancel
Save