From 8d1e35e2435fc0d30534393c003a1a3388704679 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 17 Oct 2004 05:12:59 +0000 Subject: r3014: got rid of the old intra-smbd messaging system in preparation for the new one (This used to be commit 283e38aeb210e048302dc2759a75879cfc81eeb5) --- source4/passdb/secrets.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/passdb/secrets.c') diff --git a/source4/passdb/secrets.c b/source4/passdb/secrets.c index 60b197de93..add3845d75 100644 --- a/source4/passdb/secrets.c +++ b/source4/passdb/secrets.c @@ -123,9 +123,6 @@ BOOL secrets_named_mutex(const char *name, uint_t timeout, size_t *p_ref_count) size_t ref_count = *p_ref_count; int ret = 0; - if (!message_init()) - return False; - if (ref_count == 0) { ret = tdb_lock_bystring(tdb->tdb, name, timeout); if (ret == 0) -- cgit