summaryrefslogtreecommitdiff
path: root/src/support/filename.c
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-03-22 20:00:48 -0400
committerKeith Bostic <keith@wiredtiger.com>2015-03-22 20:00:48 -0400
commite0f7c24c436dfcd696a9f1fc9e1242620a45665c (patch)
treef47ad56197d8d2666b15750df5f2164daac1e4e8 /src/support/filename.c
parente7494b51babc64babd1059666ec517574ba09771 (diff)
downloadmongo-e0f7c24c436dfcd696a9f1fc9e1242620a45665c.tar.gz
Merge develop, __wt_close now takes a (WT_FH *).
Diffstat (limited to 'src/support/filename.c')
-rw-r--r--src/support/filename.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/support/filename.c b/src/support/filename.c
index e565d917853..6d46422c70e 100644
--- a/src/support/filename.c
+++ b/src/support/filename.c
@@ -80,7 +80,7 @@ __wt_sync_and_rename_fh(
/* Flush to disk and close the handle. */
ret = __wt_fsync(session, fh);
- WT_TRET(__wt_close(session, fh));
+ WT_TRET(__wt_close(session, &fh));
WT_RET(ret);
/* Rename the source file to the target. */