netsplit argument fix

This commit is contained in:
MissValeska 2014-11-06 20:05:00 -08:00
parent 796c09a799
commit 677df07d69

View File

@ -430,7 +430,7 @@ parse_options(int argc, char **argv)
{0, 0, 0, 0} {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); &option_index);
if (c == -1) if (c == -1)
break; break;