summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
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_proto.h
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_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index f6a0da8fff..356d4aaf79 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -67,7 +67,7 @@ void request_error(struct winbindd_cli_state *state);
void request_ok(struct winbindd_cli_state *state);
void request_finished_cont(void *private_data, bool success);
void winbind_check_sighup(void);
-void winbind_check_sigterm(void);
+void winbind_check_sigterm(bool in_parent);
int main(int argc, char **argv, char **envp);
/* The following definitions come from winbindd/winbindd_ads.c */