Stop spamming the logs with "Could not remove pid XX from serverid.tdb" messages...
authorJeremy Allison <jra@samba.org>
Fri, 1 Jun 2012 19:02:04 +0000 (12:02 -0700)
committerKarolin Seeger <kseeger@samba.org>
Wed, 13 Jun 2012 17:41:54 +0000 (19:41 +0200)
commit777ac04a99467594805a03635b04011c495ff7e7
treefca029694e6316431aab0715d0af89b3b5d23571
parent445f314614e4e514a70ff5f1fbbfedb4d3ab0aac
Stop spamming the logs with "Could not remove pid XX from serverid.tdb" messages and initiating the cleanup function on every process deat

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.
source3/smbd/server.c