summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/session
diff options
context:
space:
mode:
authorMatt Kangas <matt.kangas@mongodb.com>2014-12-17 10:30:34 -0500
committerMatt Kangas <matt.kangas@mongodb.com>2014-12-17 10:30:34 -0500
commit09a1b0ca18b5340f5383d541abe96beb186a515a (patch)
tree0f3ee4393728b4e7d79b2aa23fe87f9a4e3593a1 /src/third_party/wiredtiger/src/session
parent3077abf30145174c4cab2779de7a621c2dd42062 (diff)
downloadmongo-09a1b0ca18b5340f5383d541abe96beb186a515a.tar.gz
Import wiredtiger-wiredtiger-2.8-rc2-253-g379ffab.tar.gz from wiredtiger branch mongodb-2.8
Diffstat (limited to 'src/third_party/wiredtiger/src/session')
-rw-r--r--src/third_party/wiredtiger/src/session/session_dhandle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/session/session_dhandle.c b/src/third_party/wiredtiger/src/session/session_dhandle.c
index e28e277d5f6..85483c7c8ae 100644
--- a/src/third_party/wiredtiger/src/session/session_dhandle.c
+++ b/src/third_party/wiredtiger/src/session/session_dhandle.c
@@ -20,7 +20,7 @@ __session_add_dhandle(
WT_DATA_HANDLE_CACHE *dhandle_cache;
uint64_t bucket;
- WT_RET(__wt_calloc_def(session, 1, &dhandle_cache));
+ WT_RET(__wt_calloc_one(session, &dhandle_cache));
dhandle_cache->dhandle = session->dhandle;
bucket = dhandle_cache->dhandle->name_hash % WT_HASH_ARRAY_SIZE;