Stop spamming the logs with "Could not remove pid XX from serverid.tdb" messages...
authorJeremy Allison <jra@samba.org>
Thu, 31 May 2012 00:12:10 +0000 (17:12 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 31 May 2012 02:44:09 +0000 (04:44 +0200)
commit5d1a8d2a31390762c471229c2b115147ad0857fe
tree3cb5b02636243002d0b75e299f36298c739de249
parent5e5f5692b8061e7151f80b155a229ce9bbb31ef9
Stop spamming the logs with "Could not remove pid XX from serverid.tdb" messages and initiating the cleanup function on every process death.

We now have many sub-processes from smbd that don't serve SMB1/SMB2 requests and
don't register themselves in the serverid.tdb. Only initiate the cleanup
from processes that were explicitly in the child list.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Thu May 31 04:44:09 CEST 2012 on sn-devel-104
source3/smbd/server.c