This commit is contained in:
Olof Hagsand 2019-03-27 18:06:01 +01:00
parent be59bd48d8
commit 72e5ca884c

View file

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