summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/user_management_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/user_management_commands.h')
-rw-r--r--src/mongo/db/commands/user_management_commands.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/commands/user_management_commands.h b/src/mongo/db/commands/user_management_commands.h
index 448950eb5ed..f9350f768ca 100644
--- a/src/mongo/db/commands/user_management_commands.h
+++ b/src/mongo/db/commands/user_management_commands.h
@@ -42,8 +42,7 @@ namespace mongo {
virtual bool adminOnly() const;
virtual void help(std::stringstream& ss) const;
- virtual Status checkAuthForCommand(OperationContext* txn,
- ClientBasic* client,
+ virtual Status checkAuthForCommand(ClientBasic* client,
const std::string& dbname,
const BSONObj& cmdObj);
};