summaryrefslogtreecommitdiff
path: root/src/conn/conn_dhandle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conn/conn_dhandle.c')
-rw-r--r--src/conn/conn_dhandle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conn/conn_dhandle.c b/src/conn/conn_dhandle.c
index e9e3925c57e..b2f4bb04ce4 100644
--- a/src/conn/conn_dhandle.c
+++ b/src/conn/conn_dhandle.c
@@ -42,7 +42,7 @@ __conn_dhandle_alloc(WT_SESSION_IMPL *session,
WT_RET(__wt_calloc_one(session, &dhandle));
- WT_ERR(__wt_rwlock_alloc(session, &dhandle->rwlock, "data handle"));
+ __wt_rwlock_init(session, &dhandle->rwlock);
dhandle->name_hash = __wt_hash_city64(uri, strlen(uri));
WT_ERR(__wt_strdup(session, uri, &dhandle->name));
WT_ERR(__wt_strdup(session, checkpoint, &dhandle->checkpoint));