r10658: It's so nice to have CVSIN to blame for this kind of bugs :-)
[samba.git] / source / passdb / secrets.c
index 29437c35a872ba98dcf7f0518c836f8893a084d4..743bdd194238f6f244701a7c6fb0150ebfda02e6 100644 (file)
@@ -803,7 +803,7 @@ BOOL secrets_named_mutex(const char *name, unsigned int timeout)
 {
        int ret = 0;
 
-       if (!message_init())
+       if (!secrets_init())
                return False;
 
        ret = tdb_lock_bystring(tdb, name, timeout);