summaryrefslogtreecommitdiff
path: root/src/mongo/client/remote_command_targeter_standalone.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/remote_command_targeter_standalone.h')
-rw-r--r--src/mongo/client/remote_command_targeter_standalone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/client/remote_command_targeter_standalone.h b/src/mongo/client/remote_command_targeter_standalone.h
index 7efd12e93b2..5c11ebcbb32 100644
--- a/src/mongo/client/remote_command_targeter_standalone.h
+++ b/src/mongo/client/remote_command_targeter_standalone.h
@@ -54,7 +54,7 @@ public:
SemiFuture<std::vector<HostAndPort>> findHostsWithMaxWait(const ReadPreferenceSetting& readPref,
Milliseconds maxWait) override;
- void markHostNotMaster(const HostAndPort& host, const Status& status) override;
+ void markHostNotPrimary(const HostAndPort& host, const Status& status) override;
void markHostUnreachable(const HostAndPort& host, const Status& status) override;