aboutsummaryrefslogtreecommitdiffstats
path: root/examples/l2fwd-cat/cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/l2fwd-cat/cat.c')
-rw-r--r--examples/l2fwd-cat/cat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/l2fwd-cat/cat.c b/examples/l2fwd-cat/cat.c
index bad39305..6133bf5b 100644
--- a/examples/l2fwd-cat/cat.c
+++ b/examples/l2fwd-cat/cat.c
@@ -686,7 +686,7 @@ parse_args(int argc, char **argv)
exit:
/* reset getopt lib */
- optind = 0;
+ optind = 1;
/* Restore opterr value */
opterr = oldopterr;