s3-spoolss: Remove useless check
authorSimo Sorce <idra@samba.org>
Thu, 18 Aug 2011 14:39:13 +0000 (10:39 -0400)
committerSimo Sorce <idra@samba.org>
Sun, 21 Aug 2011 13:05:06 +0000 (09:05 -0400)
commita4188aaf7b415a2da7559e7b58a57f8af399d08e
tree076961d3e322cbbe1746d8d4b71c4943b3319288
parent2c459546221863c960ef49c0ab8f406bad792351
s3-spoolss: 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/printing/spoolssd.c