diff options
Diffstat (limited to 'cumulus/start-stop-daemon.c')
-rw-r--r-- | cumulus/start-stop-daemon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cumulus/start-stop-daemon.c b/cumulus/start-stop-daemon.c index c123f87e9..f1a252a26 100644 --- a/cumulus/start-stop-daemon.c +++ b/cumulus/start-stop-daemon.c @@ -811,6 +811,7 @@ run_stop_schedule(void) anykilled = 0; retry_nr = 0; + n_killed = 0; if (schedule == NULL) { do_stop(signal_nr, quietmode, &n_killed, &n_notkilled, 0); |