diff options
author | Mathias Stearn <mathias@10gen.com> | 2017-05-17 14:09:03 -0400 |
---|---|---|
committer | Mathias Stearn <mathias@10gen.com> | 2017-05-17 19:29:36 -0400 |
commit | 0e3b3900d5ac67864b90ef83abd484746945a495 (patch) | |
tree | d3d241d7b6200bf827bef5203b450e39e8a99a4f /src/mongo/db/repl/replication_info.cpp | |
parent | a5bfc0ee7d76e02f050eb24735d25d71fb111db8 (diff) | |
download | mongo-0e3b3900d5ac67864b90ef83abd484746945a495.tar.gz |
SERVER-29249 Remove Command::_webUi member and constructor argument
Diffstat (limited to 'src/mongo/db/repl/replication_info.cpp')
-rw-r--r-- | src/mongo/db/repl/replication_info.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/replication_info.cpp b/src/mongo/db/repl/replication_info.cpp index 1398ebaed7a..dacefa5f72e 100644 --- a/src/mongo/db/repl/replication_info.cpp +++ b/src/mongo/db/repl/replication_info.cpp @@ -230,7 +230,7 @@ public: virtual void addRequiredPrivileges(const std::string& dbname, const BSONObj& cmdObj, std::vector<Privilege>* out) {} // No auth required - CmdIsMaster() : Command("isMaster", true, "ismaster") {} + CmdIsMaster() : Command("isMaster", "ismaster") {} virtual bool run(OperationContext* opCtx, const string&, BSONObj& cmdObj, |