summaryrefslogtreecommitdiffstats
path: root/source3/smbd
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-02-24 13:20:16 +0000
committerJeremy Allison <jra@samba.org>2014-04-23 22:33:08 +0200
commitb022038cdc17cf02710cd77c7daa80dbfcbece8c (patch)
tree63fb502cb622af8539d2b4fc2978fd0afb3674a4 /source3/smbd
parent29603d1cd9072bf32adfe13ee3d764fd13d12bd0 (diff)
downloadsamba-b022038cdc17cf02710cd77c7daa80dbfcbece8c.tar.gz
samba-b022038cdc17cf02710cd77c7daa80dbfcbece8c.tar.xz
samba-b022038cdc17cf02710cd77c7daa80dbfcbece8c.zip
lib: Remove messages_local
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/server.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c
index 5ff370d1edb..df565cf0aea 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.c
@@ -484,13 +484,6 @@ static void remove_child_pid(struct smbd_parent_context *parent,
DEBUG(1,("Scheduled cleanup of brl and lock database after unclean shutdown\n"));
}
- /*
- * Ensure we flush any stored messages
- * queued for the child process that
- * terminated uncleanly.
- */
- messaging_cleanup_server(parent->msg_ctx, child_id);
-
status = messaging_dgm_cleanup(parent->msg_ctx, pid);
DEBUG(10, ("%s: messaging_dgm_cleanup returned %s\n",
__func__, nt_errstr(status)));
@@ -1452,10 +1445,6 @@ extern void build_options(bool screen);
if (!locking_init())
exit_daemon("Samba cannot init locking", EACCES);
- if (!messaging_tdb_parent_init(ev_ctx)) {
- exit_daemon("Samba cannot init TDB messaging", EACCES);
- }
-
if (!smbd_parent_notify_init(NULL, msg_ctx, ev_ctx)) {
exit_daemon("Samba cannot init notification", EACCES);
}