summaryrefslogtreecommitdiff
path: root/source3/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
commit908812e98d84bd3eded612cd6f40637997a966ff (patch)
treeb57ba395225724b8ac27132083bf99b715e26475 /source3/winbindd/winbindd_dual.c
parenta991c5a7c30253fa36e1ee65fb717d62acf3a806 (diff)
downloadsamba-908812e98d84bd3eded612cd6f40637997a966ff.tar.gz
samba-908812e98d84bd3eded612cd6f40637997a966ff.tar.bz2
samba-908812e98d84bd3eded612cd6f40637997a966ff.zip
Fix bug #5504. winbindd children and parent were handing SIGTERM in the same way - deleting the socket!
Jeremy. (This used to be commit 3ab5a3883e33eba159152aa02544d71f047c7e45)
Diffstat (limited to 'source3/winbindd/winbindd_dual.c')
-rw-r--r--source3/winbindd/winbindd_dual.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c
index ae042563ed..b8c0ab9113 100644
--- a/source3/winbindd/winbindd_dual.c
+++ b/source3/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);