summaryrefslogtreecommitdiff
path: root/src/meta/meta_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/meta/meta_table.c')
-rw-r--r--src/meta/meta_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meta/meta_table.c b/src/meta/meta_table.c
index fb568361f74..eae0079effd 100644
--- a/src/meta/meta_table.c
+++ b/src/meta/meta_table.c
@@ -71,7 +71,7 @@ __wt_metadata_cursor(
* We use the metadata a lot, so we have a handle cached; lock it and
* increment the in-use counter once the cursor is open.
*/
- WT_ERR(__wt_session_lock_dhandle(session, 0));
+ WT_ERR(__wt_session_lock_dhandle(session, 0, NULL));
WT_ERR(__wt_curfile_create(session, NULL, cfg, 0, 0, cursorp));
__wt_cursor_dhandle_incr_use(session);