summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/rename_collection_cmd.cpp
diff options
context:
space:
mode:
authorKyle Suarez <kyle.suarez@mongodb.com>2016-08-08 13:58:16 -0400
committerKyle Suarez <kyle.suarez@mongodb.com>2016-08-08 13:58:16 -0400
commit9a1688ba6c07117405c46cc6fb1275cb1fcbb4cf (patch)
tree5f1cfcc03d547925207c8f9be2115e590e0a723f /src/mongo/db/commands/rename_collection_cmd.cpp
parente4fcbcf49f07f6b6958cfbd6fc947f57000f626a (diff)
downloadmongo-9a1688ba6c07117405c46cc6fb1275cb1fcbb4cf.tar.gz
SERVER-25488 merge ClientBasic and Client
Diffstat (limited to 'src/mongo/db/commands/rename_collection_cmd.cpp')
-rw-r--r--src/mongo/db/commands/rename_collection_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/rename_collection_cmd.cpp b/src/mongo/db/commands/rename_collection_cmd.cpp
index 746aeb49db1..1b213898805 100644
--- a/src/mongo/db/commands/rename_collection_cmd.cpp
+++ b/src/mongo/db/commands/rename_collection_cmd.cpp
@@ -68,7 +68,7 @@ public:
virtual bool supportsWriteConcern(const BSONObj& cmd) const override {
return true;
}
- virtual Status checkAuthForCommand(ClientBasic* client,
+ virtual Status checkAuthForCommand(Client* client,
const std::string& dbname,
const BSONObj& cmdObj) {
return rename_collection::checkAuthForRenameCollectionCommand(client, dbname, cmdObj);