aboutsummaryrefslogtreecommitdiffstats
path: root/src/worker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/worker.c')
-rw-r--r--src/worker.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/worker.c b/src/worker.c
index ee10d9a84..457395a97 100644
--- a/src/worker.c
+++ b/src/worker.c
@@ -297,6 +297,7 @@ start_worker (struct rspamd_worker *worker, int listen_sock)
kill (getppid (), SIGUSR2);
event_loop (0);
+ exit (EXIT_SUCCESS);
}
/*