summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/index_filter_commands.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/index_filter_commands.cpp
parente4fcbcf49f07f6b6958cfbd6fc947f57000f626a (diff)
downloadmongo-9a1688ba6c07117405c46cc6fb1275cb1fcbb4cf.tar.gz
SERVER-25488 merge ClientBasic and Client
Diffstat (limited to 'src/mongo/db/commands/index_filter_commands.cpp')
-rw-r--r--src/mongo/db/commands/index_filter_commands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/index_filter_commands.cpp b/src/mongo/db/commands/index_filter_commands.cpp
index 95725ee7702..5f8695713de 100644
--- a/src/mongo/db/commands/index_filter_commands.cpp
+++ b/src/mongo/db/commands/index_filter_commands.cpp
@@ -163,7 +163,7 @@ void IndexFilterCommand::help(stringstream& ss) const {
ss << helpText;
}
-Status IndexFilterCommand::checkAuthForCommand(ClientBasic* client,
+Status IndexFilterCommand::checkAuthForCommand(Client* client,
const std::string& dbname,
const BSONObj& cmdObj) {
AuthorizationSession* authzSession = AuthorizationSession::get(client);