summaryrefslogtreecommitdiff
path: root/src/cursor/cur_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cursor/cur_log.c')
-rw-r--r--src/cursor/cur_log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cursor/cur_log.c b/src/cursor/cur_log.c
index 1c8371fb9b5..bdb19d05c01 100644
--- a/src/cursor/cur_log.c
+++ b/src/cursor/cur_log.c
@@ -321,6 +321,7 @@ __wt_curlog_open(WT_SESSION_IMPL *session,
__wt_cursor_notsup, /* insert */
__wt_cursor_notsup, /* update */
__wt_cursor_notsup, /* remove */
+ __wt_cursor_notsup, /* reconfigure */
__curlog_close); /* close */
WT_CURSOR *cursor;
WT_CURSOR_LOG *cl;