summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/shard_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/client/shard_connection.h')
-rw-r--r--src/mongo/s/client/shard_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/client/shard_connection.h b/src/mongo/s/client/shard_connection.h
index db535aee5a7..62afb593f74 100644
--- a/src/mongo/s/client/shard_connection.h
+++ b/src/mongo/s/client/shard_connection.h
@@ -113,7 +113,7 @@ public:
}
/** checks all of my thread local connections for the version of this ns */
- static void checkMyConnectionVersions(OperationContext* txn, const std::string& ns);
+ static void checkMyConnectionVersions(OperationContext* opCtx, const std::string& ns);
/**
* Returns all the current sharded connections to the pool.