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 dd9e97a9df2..3667d979183 100644
--- a/src/mongo/client/remote_command_targeter_standalone.h
+++ b/src/mongo/client/remote_command_targeter_standalone.h
@@ -43,7 +43,7 @@ public:
ConnectionString connectionString() override;
- StatusWith<HostAndPort> findHost(OperationContext* txn,
+ StatusWith<HostAndPort> findHost(OperationContext* opCtx,
const ReadPreferenceSetting& readPref) override;
StatusWith<HostAndPort> findHostWithMaxWait(const ReadPreferenceSetting& readPref,