diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-17 05:12:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:59:57 -0500 |
commit | 8d1e35e2435fc0d30534393c003a1a3388704679 (patch) | |
tree | a4333303cba3b38e4bc0ea66a2cd11e95d07adab /source4/passdb | |
parent | f42402da83afa97f821d36b7974de98ddd5a2880 (diff) | |
download | samba-8d1e35e2435fc0d30534393c003a1a3388704679.tar.gz samba-8d1e35e2435fc0d30534393c003a1a3388704679.tar.bz2 samba-8d1e35e2435fc0d30534393c003a1a3388704679.zip |
r3014: got rid of the old intra-smbd messaging system in preparation for the new one
(This used to be commit 283e38aeb210e048302dc2759a75879cfc81eeb5)
Diffstat (limited to 'source4/passdb')
-rw-r--r-- | source4/passdb/secrets.c | 3 |
1 files changed, 0 insertions, 3 deletions
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) |