summaryrefslogtreecommitdiff
path: root/source3/smbd/server_exit.c
AgeCommit message (Collapse)AuthorFilesLines
2010-06-10s3:lib make server contexts genericSimo Sorce1-2/+2
Pair-programmed-with: Andreas Schneider <asn@samba.org>
2010-06-10Don't use the autofree context for the globals. This causes child smbd's forkedJeremy Allison1-0/+1
by modules to crash due to destructors being called (found when using the vfs_aio_fork module with smb2). Jeremy.
2010-05-28s3:smbd split smbd/server.c into smbd/server.c and smbd/server_exit.cAndrew Bartlett1-0/+173
Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>