Bit of a cleanup of signal handling code.
authorTim Potter <tpot@samba.org>
Thu, 15 Nov 2001 03:23:15 +0000 (03:23 +0000)
committerTim Potter <tpot@samba.org>
Thu, 15 Nov 2001 03:23:15 +0000 (03:23 +0000)
commit17ce9c52819ac2597684efa10475f5d0fb8fa206
tree457cb46358af08b4f6ad07d8ff82ec964ea17617
parent5302dc12184481514e143f0b3cf4167c84a32ddd
Bit of a cleanup of signal handling code.

Ignore the SIGUSR1 signal before we install a handler for it as glibc (?)
seems to just print out "User defined signal 1" and exit if no handler
is installed.
(This used to be commit 1212591095dfe65b5e708bee32be5d57b9f33bc8)
source3/nsswitch/winbindd.c