summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/conn/conn_open.c
diff options
context:
space:
mode:
authorAlexander Gorrod <alexander.gorrod@mongodb.com>2015-05-29 03:39:07 +0000
committerAlexander Gorrod <alexander.gorrod@mongodb.com>2015-05-29 03:39:07 +0000
commit57e5a2ee48e68d3fedab2d2942ae1b00ad651205 (patch)
treef2cbd2e58112814dccfd6c6fdd4fafc7c6e35147 /src/third_party/wiredtiger/src/conn/conn_open.c
parent6b41043ce9f0866de48732ddbbe49d66d4027d85 (diff)
downloadmongo-57e5a2ee48e68d3fedab2d2942ae1b00ad651205.tar.gz
Import wiredtiger-wiredtiger-2.6.0-182-gbdaaaec.tar.gz from wiredtiger branch mongodb-3.2
Diffstat (limited to 'src/third_party/wiredtiger/src/conn/conn_open.c')
-rw-r--r--src/third_party/wiredtiger/src/conn/conn_open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/conn/conn_open.c b/src/third_party/wiredtiger/src/conn/conn_open.c
index 9cae1c5c4d1..c4350d90adb 100644
--- a/src/third_party/wiredtiger/src/conn/conn_open.c
+++ b/src/third_party/wiredtiger/src/conn/conn_open.c
@@ -162,7 +162,7 @@ __wt_connection_close(WT_CONNECTION_IMPL *conn)
WT_TRET(__wt_cache_destroy(session));
/* Discard transaction state. */
- __wt_txn_global_destroy(session);
+ WT_TRET(__wt_txn_global_destroy(session));
/* Close extensions, first calling any unload entry point. */
while ((dlh = TAILQ_FIRST(&conn->dlhqh)) != NULL) {