s3-lsasd: Remove useless check
authorSimo Sorce <idra@samba.org>
Thu, 18 Aug 2011 14:35:19 +0000 (10:35 -0400)
committerSimo Sorce <idra@samba.org>
Sun, 21 Aug 2011 13:05:06 +0000 (09:05 -0400)
commit2c459546221863c960ef49c0ab8f406bad792351
treee9769d748761f3bc65f4204333315972f0b45567
parent7bb4b991a54c85e7ca9fcfd15f85a38940ce6dfe
s3-lsasd: Remove useless check

If we *really* are a bout to exit (PF_WORKER_EXITING) then the event will not
be called as the loop will exit. Otherwise PF_SRV_MSG_EXIT may not  be honoured
for a long time if we have cients connected, therefore keep handling SIGHUP
properly in those cases.

Signed-off-by: Andreas Schneider <asn@samba.org>
Signed-off-by: Simo Sorce <idra@samba.org>
source3/rpc_server/lsasd.c