summaryrefslogtreecommitdiff
path: root/src/mongo/db/db_raii.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/db_raii.cpp')
-rw-r--r--src/mongo/db/db_raii.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/db_raii.cpp b/src/mongo/db/db_raii.cpp
index bf35c7558d5..eb7d3c2e3d6 100644
--- a/src/mongo/db/db_raii.cpp
+++ b/src/mongo/db/db_raii.cpp
@@ -853,7 +853,7 @@ AutoGetCollectionForReadCommandLockFree::AutoGetCollectionForReadCommandLockFree
while (_autoCollForReadCommandBase->getCollection() &&
_autoCollForReadCommandBase->getCollection().isSharded() && receivedShardVersion &&
- receivedShardVersion.get() == ChunkVersion::UNSHARDED()) {
+ receivedShardVersion.value() == ChunkVersion::UNSHARDED()) {
reachedAutoGetLockFreeShardConsistencyRetry.executeIf(
[&](auto&) { reachedAutoGetLockFreeShardConsistencyRetry.pauseWhileSet(opCtx); },
[&](const BSONObj& data) {