From 0f41961e4ffaa602a5b19a1e0899bffa491c886f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 7 Aug 2008 16:20:05 +1000 Subject: first cut at adding full transactions for ctdb to samba3 (This used to be commit f91a3e0f7b7737c1d0667cd961ea950e2b93e592) --- source3/nmbd/nmbd.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/nmbd') diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index 46c3f1dd3c..83005f05bd 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -765,8 +765,6 @@ static bool open_sockets(bool isdaemon, int port) }; TALLOC_CTX *frame = talloc_stackframe(); /* Setup tos. */ - db_tdb2_setup_messaging(NULL, false); - load_case_tables(); global_nmb_port = NMB_PORT; @@ -861,8 +859,6 @@ static bool open_sockets(bool isdaemon, int port) return 1; } - db_tdb2_setup_messaging(nmbd_messaging_context(), true); - if ( !reload_nmbd_services(False) ) return(-1); -- cgit