summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libdaemon/dexec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libdaemon/dexec.c b/libdaemon/dexec.c
index 3aadf9c..9a780f4 100644
--- a/libdaemon/dexec.c
+++ b/libdaemon/dexec.c
@@ -182,7 +182,6 @@ int daemon_execv(const char *dir, int *ret, const char *prog, va_list ap) {
if (sig != SIGCHLD) {
daemon_log(LOG_WARNING, "Killing child.");
kill(pid, SIGTERM);
- break;
}
}
}