summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/flush_resharding_state_change_command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/flush_resharding_state_change_command.cpp')
-rw-r--r--src/mongo/db/s/flush_resharding_state_change_command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/flush_resharding_state_change_command.cpp b/src/mongo/db/s/flush_resharding_state_change_command.cpp
index 85f0c42cff0..95439564643 100644
--- a/src/mongo/db/s/flush_resharding_state_change_command.cpp
+++ b/src/mongo/db/s/flush_resharding_state_change_command.cpp
@@ -131,7 +131,7 @@ public:
.getAsync([](auto) {});
// Ensure the command isn't run on a stale primary.
- doNoopWrite(opCtx, "_flushReshardingStateChange no-op", ns());
+ resharding::doNoopWrite(opCtx, "_flushReshardingStateChange no-op", ns());
}
};
} _flushReshardingStateChange;