We are triggering the cleanup_timeout_fn() too often, on exiting when an smbd is...
commit8b3b1aa4ff76d7f03285e3fa87f30f3068a7ea5d
authorJeremy Allison <jra@samba.org>
Fri, 1 Jun 2012 19:28:33 +0000 (1 12:28 -0700)
committerKarolin Seeger <kseeger@samba.org>
Wed, 13 Jun 2012 17:42:13 +0000 (13 19:42 +0200)
tree47868fa4376851294e3c900b99edc9623805b2d0
parent777ac04a99467594805a03635b04011c495ff7e7
We are triggering the cleanup_timeout_fn() too often, on exiting when an smbd is idle.

Calls to exit_server_cleanly() should be treated as a "clean" shutdown,
and not trigger the master smbd to call cleanup_timeout_fn.

The last 2 patches address bug #8971 (cleanup_timeout_fn() is called too often,
on exiting when an smbd is idle.)
source3/smbd/server_exit.c