summaryrefslogtreecommitdiff
path: root/src/mongo/s/cursors.h
diff options
context:
space:
mode:
authorJason Rassi <rassi@10gen.com>2015-09-14 17:04:51 -0400
committerJason Rassi <rassi@10gen.com>2015-09-21 18:30:28 -0400
commit578eba8c80615f525147d27e7f4317b000d37da7 (patch)
treef7261cd640ec3b8fbc9f6dc2b2cd59151cc0daee /src/mongo/s/cursors.h
parentee4f910322988cb9ba4784472a38a16ce2c0cdc9 (diff)
downloadmongo-578eba8c80615f525147d27e7f4317b000d37da7.tar.gz
SERVER-20351 Ensure storePossibleCursor() called w/ valid HostAndPort
Diffstat (limited to 'src/mongo/s/cursors.h')
-rw-r--r--src/mongo/s/cursors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/cursors.h b/src/mongo/s/cursors.h
index 54d17ee1e24..4a1b0fb5060 100644
--- a/src/mongo/s/cursors.h
+++ b/src/mongo/s/cursors.h
@@ -137,7 +137,7 @@ private:
// - a positive integer representing milliseconds of remaining time
MapShardedInt _cursorsMaxTimeMS;
- // Maps passthrough cursor ID to shard name.
+ // Maps passthrough cursor ID to stringified HostAndPort.
MapNormal _refs;
// Maps passthrough cursor ID to namespace.