diff options
author | Spencer T Brody <spencer@mongodb.com> | 2014-07-07 19:06:56 -0400 |
---|---|---|
committer | Spencer T Brody <spencer@mongodb.com> | 2014-07-07 19:07:19 -0400 |
commit | b1048dc6f42e184c08853fe98c21a90ecfb40d6b (patch) | |
tree | 99fc5dccbd079b0b7a40e150879644c6baa531c3 | |
parent | 8b8a118fc965231293ad56c53a837ffacb17132f (diff) | |
download | mongo-b1048dc6f42e184c08853fe98c21a90ecfb40d6b.tar.gz |
SERVER-14460 Fix lint
-rw-r--r-- | src/mongo/db/commands/auth_schema_upgrade_d.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/auth_schema_upgrade_d.cpp b/src/mongo/db/commands/auth_schema_upgrade_d.cpp index 950a9f91ccc..962820d262c 100644 --- a/src/mongo/db/commands/auth_schema_upgrade_d.cpp +++ b/src/mongo/db/commands/auth_schema_upgrade_d.cpp @@ -45,7 +45,7 @@ namespace { Status checkReplicaMemberVersions() { -// TODO(spencer): SERVER-14460 Resurrect or remove this function. + // TODO(spencer): SERVER-14460 Resurrect or remove this function. // if (repl::getGlobalReplicationCoordinator()->getReplicationMode() != // repl::ReplicationCoordinator::modeReplSet) // return Status::OK(); |