summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/txn/txn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/txn/txn.c')
-rw-r--r--src/third_party/wiredtiger/src/txn/txn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/src/txn/txn.c b/src/third_party/wiredtiger/src/txn/txn.c
index 88adea65d13..3e1980a1a51 100644
--- a/src/third_party/wiredtiger/src/txn/txn.c
+++ b/src/third_party/wiredtiger/src/txn/txn.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2014-2019 MongoDB, Inc.
+ * Copyright (c) 2014-present MongoDB, Inc.
* Copyright (c) 2008-2014 WiredTiger, Inc.
* All rights reserved.
*
@@ -860,7 +860,7 @@ __wt_txn_commit(WT_SESSION_IMPL *session, const char *cfg[])
* have to be refreshed.
*/
if (!readonly)
- (void)__wt_gen_next(session, WT_GEN_COMMIT);
+ __wt_gen_next(session, WT_GEN_COMMIT, NULL);
/* First check if we've already committed something in the future. */
if (update_timestamp) {