summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/cursor_order/cursor_order.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/cursor_order/cursor_order.c')
-rw-r--r--src/third_party/wiredtiger/test/cursor_order/cursor_order.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/test/cursor_order/cursor_order.c b/src/third_party/wiredtiger/test/cursor_order/cursor_order.c
index 4cf99d20c5a..2b4c1bc20e4 100644
--- a/src/third_party/wiredtiger/test/cursor_order/cursor_order.c
+++ b/src/third_party/wiredtiger/test/cursor_order/cursor_order.c
@@ -168,9 +168,7 @@ main(int argc, char *argv[])
static void
wt_connect(SHARED_CONFIG *cfg, char *config_open)
{
- static WT_EVENT_HANDLER event_handler = {
- handle_error, handle_message, NULL, NULL /* Close handler. */
- };
+ static WT_EVENT_HANDLER event_handler = {handle_error, handle_message, NULL, NULL, NULL};
char config[512];
testutil_clean_work_dir(home);