git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c5de89
)
r99: make sure we reap child processes in the standard process model
author
Andrew Tridgell
<tridge@samba.org>
Wed, 7 Apr 2004 07:17:11 +0000
(07:17 +0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 17:51:06 +0000
(12:51 -0500)
(This used to be commit
ad8b3cc1e3bd2f86397038010d77cd875b1c94da
)
source4/smbd/process_standard.c
patch
|
blob
|
history
diff --git
a/source4/smbd/process_standard.c
b/source4/smbd/process_standard.c
index 8a71739d2a51107877c69070ae26fb9179e1c542..3dfb8d7e2732ee9b1e39de3dbb402276deeff168 100644
(file)
--- 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);
}
/*