diff options
-rw-r--r-- | source3/passdb/secrets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/secrets.c b/source3/passdb/secrets.c index 29437c35a8..743bdd1942 100644 --- a/source3/passdb/secrets.c +++ b/source3/passdb/secrets.c @@ -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); |