From 54a5c0546730efd7e8e54ac8cb06be0b7dfcea0d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 29 Jul 2008 01:01:29 +0200 Subject: Revert "bump soname/version" which was innappropriately named and a bad idea anyway This reverts commit b05a9ea7518befdae73772becaf9bc4b11711f80. --- libdaemon/dexec.c | 1 - 1 file changed, 1 deletion(-) 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; } } } -- cgit