summaryrefslogtreecommitdiff
path: root/source4/lib/tdb_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/tdb_helper.c')
-rw-r--r--source4/lib/tdb_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tdb_helper.c b/source4/lib/tdb_helper.c
index 121243bd0f..22c4d1bb45 100644
--- a/source4/lib/tdb_helper.c
+++ b/source4/lib/tdb_helper.c
@@ -59,7 +59,7 @@ TDB_CONTEXT *tdb_open_log(const char *name, int hash_size, int tdb_flags,
tdb_flags |= TDB_NOMMAP;
tdb = tdb_open_ex(name, hash_size, tdb_flags,
- open_flags, mode, tdb_log);
+ open_flags, mode, tdb_log, NULL);
if (!tdb)
return NULL;