summaryrefslogtreecommitdiff
path: root/lib/ntdb/open.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ntdb/open.c')
-rw-r--r--lib/ntdb/open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ntdb/open.c b/lib/ntdb/open.c
index dc473d2680..6aac46ab2f 100644
--- a/lib/ntdb/open.c
+++ b/lib/ntdb/open.c
@@ -718,7 +718,7 @@ _PUBLIC_ struct ntdb_context *ntdb_open(const char *name, int ntdb_flags,
ntdb_unlock_open(ntdb, openlock);
/* This makes sure we have current map_size and mmap. */
- ecode = ntdb->io->oob(ntdb, ntdb->file->map_size, 1, true);
+ ecode = ntdb_oob(ntdb, ntdb->file->map_size, 1, true);
if (unlikely(ecode != NTDB_SUCCESS))
goto fail;