summaryrefslogtreecommitdiff
path: root/src/mongo/s/service_entry_point_mongos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/service_entry_point_mongos.cpp')
-rw-r--r--src/mongo/s/service_entry_point_mongos.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/service_entry_point_mongos.cpp b/src/mongo/s/service_entry_point_mongos.cpp
index 834875bc1b6..05d4b3180b2 100644
--- a/src/mongo/s/service_entry_point_mongos.cpp
+++ b/src/mongo/s/service_entry_point_mongos.cpp
@@ -87,7 +87,7 @@ void ServiceEntryPointMongos::_sessionLoop(const transport::SessionHandle& sessi
// Source a Message from the client
{
auto status = [&] {
- IdleThreadBlock markIdle;
+ MONGO_IDLE_THREAD_BLOCK;
return session->sourceMessage(&message).wait();
}();