diff options
Diffstat (limited to 'src/conn/conn_ckpt.c')
-rw-r--r-- | src/conn/conn_ckpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conn/conn_ckpt.c b/src/conn/conn_ckpt.c index 43673cd335e..a47524af2d7 100644 --- a/src/conn/conn_ckpt.c +++ b/src/conn/conn_ckpt.c @@ -231,7 +231,7 @@ __wt_checkpoint_server_destroy(WT_SESSION_IMPL *session) WT_TRET(__wt_thread_join(session, conn->ckpt_tid)); conn->ckpt_tid_set = false; } - WT_TRET(__wt_cond_destroy(session, &conn->ckpt_cond)); + __wt_cond_destroy(session, &conn->ckpt_cond); /* Close the server thread's session. */ if (conn->ckpt_session != NULL) { |