1
0
Fork 0
mirror of https://github.com/yarrick/iodine.git synced 2025-04-07 19:12:07 +00:00
This commit is contained in:
Julian Kranz 2012-01-06 16:58:25 +01:00 committed by Barak A. Pearlmutter
parent 839ce1a266
commit 58c6347778

View file

@ -2365,7 +2365,7 @@ main(int argc, char **argv)
check_superuser(usage);
if (argc != 2)
if (argc != 3)
usage();
netsize = strchr(argv[0], '/');