summaryrefslogtreecommitdiff
path: root/src/conn/conn_open.c
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-09-23 21:45:15 -0400
committerKeith Bostic <keith@wiredtiger.com>2015-09-23 21:45:15 -0400
commit25982c9329d04c49876e2d1109e2f05e9b3546c1 (patch)
tree317ea4ca350437e3a3747f5aaad3207d3e8fbec2 /src/conn/conn_open.c
parent088a2ad25d214d00b116c638ddbb232b9e8b60cf (diff)
downloadmongo-25982c9329d04c49876e2d1109e2f05e9b3546c1.tar.gz
Boolean conversion pass through block, conn and evict.
Diffstat (limited to 'src/conn/conn_open.c')
-rw-r--r--src/conn/conn_open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conn/conn_open.c b/src/conn/conn_open.c
index 8bc69bb3e80..879ca08beb8 100644
--- a/src/conn/conn_open.c
+++ b/src/conn/conn_open.c
@@ -116,7 +116,7 @@ __wt_connection_close(WT_CONNECTION_IMPL *conn)
F_SET(conn, WT_CONN_CLOSING);
WT_TRET(__wt_checkpoint_server_destroy(session));
- WT_TRET(__wt_statlog_destroy(session, 1));
+ WT_TRET(__wt_statlog_destroy(session, true));
WT_TRET(__wt_evict_destroy(session));
/* Shut down the lookaside table, after all eviction is complete. */