From 57b81e1a36559afa6a3a1bdef9c700926f4573bd Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 26 Mar 2002 23:04:06 +0000 Subject: Unblock sigusr1 on startup. (This used to be commit f1cb5ff6c41cabc02da84d56c1a6d95fa434d484) --- source3/nsswitch/winbindd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index f740f7915c..f7e92fc82d 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -800,6 +800,7 @@ int main(int argc, char **argv) BlockSignals(False, SIGINT); BlockSignals(False, SIGQUIT); BlockSignals(False, SIGTERM); + BlockSignals(False, SIGUSR1); BlockSignals(False, SIGUSR2); BlockSignals(False, SIGHUP); -- cgit