summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/csuite/schema_abort/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/csuite/schema_abort/main.c')
-rw-r--r--src/third_party/wiredtiger/test/csuite/schema_abort/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/csuite/schema_abort/main.c b/src/third_party/wiredtiger/test/csuite/schema_abort/main.c
index 2f92a0a3585..5d3da58863d 100644
--- a/src/third_party/wiredtiger/test/csuite/schema_abort/main.c
+++ b/src/third_party/wiredtiger/test/csuite/schema_abort/main.c
@@ -171,7 +171,8 @@ subtest_error_handler(
static WT_EVENT_HANDLER event_handler = {
subtest_error_handler, NULL, /* Message handler */
NULL, /* Progress handler */
- NULL /* Close handler */
+ NULL, /* Close handler */
+ NULL /* General handler */
};
/*