summaryrefslogtreecommitdiffstats
path: root/source/winbindd/winbindd_dual.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-05-30 17:52:54 -0700
committerJeremy Allison <jra@samba.org>2008-05-30 17:52:54 -0700
commit3ab5a3883e33eba159152aa02544d71f047c7e45 (patch)
treef7725070a31de33686ed1be80eb98605f935dd30 /source/winbindd/winbindd_dual.c
parent3d01248f63d0d476c16236453983ffe759d0b2c2 (diff)
downloadsamba-3ab5a3883e33eba159152aa02544d71f047c7e45.tar.gz
samba-3ab5a3883e33eba159152aa02544d71f047c7e45.tar.xz
samba-3ab5a3883e33eba159152aa02544d71f047c7e45.zip
Fix bug #5504. winbindd children and parent were handing SIGTERM in the same way - deleting the socket!
Jeremy.
Diffstat (limited to 'source/winbindd/winbindd_dual.c')
-rw-r--r--source/winbindd/winbindd_dual.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/winbindd/winbindd_dual.c b/source/winbindd/winbindd_dual.c
index ae042563ed3..b8c0ab9113f 100644
--- a/source/winbindd/winbindd_dual.c
+++ b/source/winbindd/winbindd_dual.c
@@ -1097,7 +1097,7 @@ static bool fork_domain_child(struct winbindd_child *child)
TALLOC_CTX *frame = talloc_stackframe();
/* check for signals */
- winbind_check_sigterm();
+ winbind_check_sigterm(false);
winbind_check_sighup();
run_events(winbind_event_context(), 0, NULL, NULL);