mirror of
https://github.com/ChronosX88/netsukuku.git
synced 2024-11-21 17:52:20 +00:00
netsplit argument fix
This commit is contained in:
parent
796c09a799
commit
677df07d69
@ -430,7 +430,7 @@ parse_options(int argc, char **argv)
|
||||
{0, 0, 0, 0}
|
||||
};
|
||||
|
||||
c = getopt_long(argc, argv, "i:c:l:e:hvd64DRrIakCn", long_options,
|
||||
c = getopt_long(argc, argv, "i:c:l:e:n:hvd64DRrIakC", long_options,
|
||||
&option_index);
|
||||
if (c == -1)
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user