summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/daemon-unix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/daemon-unix.c b/lib/daemon-unix.c
index 34d45b82a..31db2d2c7 100644
--- a/lib/daemon-unix.c
+++ b/lib/daemon-unix.c
@@ -393,6 +393,8 @@ monitor_daemon(pid_t daemon_pid)
}
log_received_backtrace(daemonize_fd);
+ close(daemonize_fd);
+ daemonize_fd = -1;
/* Throttle restarts to no more than once every 10 seconds. */
if (time(NULL) < last_restart + 10) {