We are triggering the cleanup_timeout_fn() too often, on exiting when an smbd is...
authorJeremy Allison <jra@samba.org>
Thu, 31 May 2012 19:35:04 +0000 (12:35 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 31 May 2012 19:35:04 +0000 (12:35 -0700)
commitf6e41026f89deb5393e239b9dc83b287e5c7d6ed
tree1f31ea392d16d380024dd130e469f2314abe262c
parent671874726817f3dd1c448fca193bd97002f6971d
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.
source3/smbd/server_exit.c