This commit is contained in:
Olof hagsand 2019-03-27 18:15:38 +01:00
commit 772d93963c

View file

@ -557,7 +557,7 @@ clixon_plugin_init(clicon_handle h)
if (clicon_argv_get(h, &argc, &argv) < 0) if (clicon_argv_get(h, &argc, &argv) < 0)
goto done; goto done;
opterr = 0; opterr = 0;
optind = 1; optind = 1;
while ((c = getopt(argc, argv, "rsu")) != -1) while ((c = getopt(argc, argv, "rsu")) != -1)
switch (c) { switch (c) {