summaryrefslogtreecommitdiff
path: root/source4/passdb/secrets.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/passdb/secrets.c')
-rw-r--r--source4/passdb/secrets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/passdb/secrets.c b/source4/passdb/secrets.c
index cbf94c0c3e..8f4b5f4f5e 100644
--- a/source4/passdb/secrets.c
+++ b/source4/passdb/secrets.c
@@ -107,7 +107,7 @@ struct ldb_context *secrets_db_connect(TALLOC_CTX *mem_ctx)
return NULL;
}
- existed = file_exists(path);
+ existed = file_exist(path);
/* Secrets.ldb *must* always be local. If we call for a
* system_session() we will recurse */