diff options
Diffstat (limited to 'src/rc/start-stop-daemon.c')
-rw-r--r-- | src/rc/start-stop-daemon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c index 0078c3bd..a8a7bd3a 100644 --- a/src/rc/start-stop-daemon.c +++ b/src/rc/start-stop-daemon.c @@ -916,8 +916,8 @@ start_stop_daemon(int argc, char **argv) redirect_stderr = optarg; break; - case_RC_COMMON_GETOPT - } + case_RC_COMMON_GETOPT + } endpwent(); argc -= optind; |