From 43caaa54e7ed0e72faed9e210a9f0e672e4e7d86 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 7 Apr 2004 07:17:11 +0000 Subject: r99: make sure we reap child processes in the standard process model (This used to be commit ad8b3cc1e3bd2f86397038010d77cd875b1c94da) --- source4/smbd/process_standard.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/smbd') diff --git a/source4/smbd/process_standard.c b/source4/smbd/process_standard.c index 8a71739d2a..3dfb8d7e27 100644 --- a/source4/smbd/process_standard.c +++ b/source4/smbd/process_standard.c @@ -26,6 +26,7 @@ */ static void model_startup(void) { + signal(SIGCHLD, SIG_IGN); } /* -- cgit