diff options
Diffstat (limited to 'src/mongo/db/concurrency/d_concurrency.h')
-rw-r--r-- | src/mongo/db/concurrency/d_concurrency.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/concurrency/d_concurrency.h b/src/mongo/db/concurrency/d_concurrency.h index b93cb5e9b72..324a0190d42 100644 --- a/src/mongo/db/concurrency/d_concurrency.h +++ b/src/mongo/db/concurrency/d_concurrency.h @@ -152,7 +152,7 @@ public: // returned in the locked state so the acquisition below must be guaranteed to always // succeed. invariant(_opCtx); - UninterruptibleLockGuard ulg(_opCtx->lockState()); + UninterruptibleLockGuard ulg(_opCtx->lockState()); // NOLINT. _lock(MODE_X); } |