diff options
Diffstat (limited to 'debianutils/start_stop_daemon.c')
-rw-r--r-- | debianutils/start_stop_daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c index 665f38fbd..568f32eec 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c | |||
@@ -373,7 +373,7 @@ int start_stop_daemon_main(int argc UNUSED_PARAM, char **argv) | |||
373 | 373 | ||
374 | // IF_FEATURE_START_STOP_DAEMON_FANCY( | 374 | // IF_FEATURE_START_STOP_DAEMON_FANCY( |
375 | // if (retry_arg) | 375 | // if (retry_arg) |
376 | // retries = xatoi_u(retry_arg); | 376 | // retries = xatoi_positive(retry_arg); |
377 | // ) | 377 | // ) |
378 | //argc -= optind; | 378 | //argc -= optind; |
379 | argv += optind; | 379 | argv += optind; |