summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/packing/pack_stream.c
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/packing/pack_stream.c
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/packing/pack_stream.c')
-rw-r--r--src/third_party/wiredtiger/src/packing/pack_stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/packing/pack_stream.c b/src/third_party/wiredtiger/src/packing/pack_stream.c
index efbbd5d9adb..a35a3555458 100644
--- a/src/third_party/wiredtiger/src/packing/pack_stream.c
+++ b/src/third_party/wiredtiger/src/packing/pack_stream.c
@@ -30,7 +30,7 @@ wiredtiger_pack_start(WT_SESSION *wt_session,
WT_SESSION_IMPL *session;
session = (WT_SESSION_IMPL *)wt_session;
- WT_RET(__wt_calloc_def(session, 1, &ps));
+ WT_RET(__wt_calloc_one(session, &ps));
WT_ERR(__pack_init(session, &ps->pack, format));
ps->p = ps->start = buffer;
ps->end = ps->p + len;