Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/clicon/clixon
Browse files Browse the repository at this point in the history
  • Loading branch information
olofhagsand committed Mar 27, 2019
2 parents 3dfc1f5 + 72e5ca8 commit 772d939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/example_backend.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 772d939

Please sign in to comment.