diff --git a/test-apps/test-echo.c b/test-apps/test-echo.c index df9ae73b..81a5076f 100644 --- a/test-apps/test-echo.c +++ b/test-apps/test-echo.c @@ -346,7 +346,7 @@ int main(int argc, char **argv) _interface = interface_name; break; case 'n': - times = atoi(optarg); + times = atoi(optarg) + 1; break; case '?': case 'h':