summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/async/async_worker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/async/async_worker.c')
-rw-r--r--src/third_party/wiredtiger/src/async/async_worker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/async/async_worker.c b/src/third_party/wiredtiger/src/async/async_worker.c
index 23098c5b8c5..eb301b2cdfa 100644
--- a/src/third_party/wiredtiger/src/async/async_worker.c
+++ b/src/third_party/wiredtiger/src/async/async_worker.c
@@ -309,7 +309,7 @@ __wt_async_worker(void *arg)
if (0) {
err:
- WT_PANIC_MSG(session, ret, "async worker error");
+ WT_IGNORE_RET(__wt_panic(session, ret, "async worker error"));
}
/*
* Worker thread cleanup, close our cached cursors and free all the WT_ASYNC_CURSOR structures.