diff options
author | William Schultz <william.schultz@mongodb.com> | 2018-08-01 20:19:37 -0400 |
---|---|---|
committer | William Schultz <william.schultz@mongodb.com> | 2018-08-01 20:19:37 -0400 |
commit | e35ae49c20ab7951b57a586caa9d331be58de0f4 (patch) | |
tree | 9724de2cd2cf71cc704f94c1d25e6b269142d804 /src/mongo/db/session.h | |
parent | b6916d8a80a75e359654a3dfa59990d873be45fd (diff) | |
download | mongo-e35ae49c20ab7951b57a586caa9d331be58de0f4.tar.gz |
SERVER-35433 Fix lint
Diffstat (limited to 'src/mongo/db/session.h')
-rw-r--r-- | src/mongo/db/session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/session.h b/src/mongo/db/session.h index ef9f0d12145..86a3da73587 100644 --- a/src/mongo/db/session.h +++ b/src/mongo/db/session.h @@ -578,7 +578,7 @@ private: void _abortTransactionOnSession(WithLock); // Clean up the transaction resources unstashed on operation context. - void _cleanUpTxnResourceOnOpCtx(WithLock wl, OperationContext *opCtx); + void _cleanUpTxnResourceOnOpCtx(WithLock wl, OperationContext* opCtx); // Committing a transaction first changes its state to "Committing*" and writes to the oplog, // then it changes the state to "Committed". |