aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ponymap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ponymap.c b/ponymap.c
index 10bcf7c..cfdc0b4 100644
--- a/ponymap.c
+++ b/ponymap.c
@@ -538,6 +538,7 @@ unit_stop (struct unit *u)
// This way we avoid a syscall with epoll
xclose (u->socket_fd);
+ // We don't fork any child processes, so we're sure
u->fd_event.closed = true;
poller_fd_reset (&u->fd_event);