summaryrefslogtreecommitdiff
path: root/src/mongo/db/ttl.cpp
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@mongodb.com>2015-01-07 15:01:58 -0500
committerSpencer T Brody <spencer@mongodb.com>2015-01-12 11:42:03 -0500
commitc518ce7ff2255004e299c802625f2f7c65e048fd (patch)
tree7b5f96f064d659e521ab0067c39d1c7fc5a408b4 /src/mongo/db/ttl.cpp
parentcc1283f11b689850a66b935b9242a058d6d4ff2e (diff)
downloadmongo-c518ce7ff2255004e299c802625f2f7c65e048fd.tar.gz
SERVER-16764 Give methods and member variables consistent names in repl Coordinator classes
Diffstat (limited to 'src/mongo/db/ttl.cpp')
-rw-r--r--src/mongo/db/ttl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/ttl.cpp b/src/mongo/db/ttl.cpp
index a2b5a1fdca3..d3da1f13137 100644
--- a/src/mongo/db/ttl.cpp
+++ b/src/mongo/db/ttl.cpp
@@ -100,7 +100,7 @@ namespace mongo {
// if part of replSet but not in a readable state (e.g. during initial sync), skip.
if (repl::getGlobalReplicationCoordinator()->getReplicationMode() ==
repl::ReplicationCoordinator::modeReplSet &&
- !repl::getGlobalReplicationCoordinator()->getCurrentMemberState().readable())
+ !repl::getGlobalReplicationCoordinator()->getMemberState().readable())
continue;
set<string> dbs;