X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fl2fwd-crypto%2Fmain.c;h=bd21dba7edbe69104cc1e7981a9337db3122332d;hb=9d5ca5323910591f2cafbac5070fcb5b6d02d022;hp=62ee9339f48902c2f80c758e21f1c18c38eeda89;hpb=2deb6b5246d7706448d070335b329d1acb754cee;p=dpdk.git diff --git a/examples/l2fwd-crypto/main.c b/examples/l2fwd-crypto/main.c index 62ee9339f4..bd21dba7ed 100644 --- a/examples/l2fwd-crypto/main.c +++ b/examples/l2fwd-crypto/main.c @@ -1450,7 +1450,7 @@ l2fwd_crypto_parse_args(struct l2fwd_crypto_options *options, argv[optind-1] = prgname; retval = optind-1; - optind = 0; /* reset getopt lib */ + optind = 1; /* reset getopt lib */ return retval; }