diff options
Diffstat (limited to 'src/mongo/db/commands/snapshot_management.cpp')
-rw-r--r-- | src/mongo/db/commands/snapshot_management.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/commands/snapshot_management.cpp b/src/mongo/db/commands/snapshot_management.cpp index 9eec705e4af..5c215c4c6f4 100644 --- a/src/mongo/db/commands/snapshot_management.cpp +++ b/src/mongo/db/commands/snapshot_management.cpp @@ -53,7 +53,7 @@ public: } // No auth needed because it only works when enabled via command line. - virtual Status checkAuthForCommand(ClientBasic* client, + virtual Status checkAuthForCommand(Client* client, const std::string& dbname, const BSONObj& cmdObj) { return Status::OK(); @@ -103,7 +103,7 @@ public: } // No auth needed because it only works when enabled via command line. - virtual Status checkAuthForCommand(ClientBasic* client, + virtual Status checkAuthForCommand(Client* client, const std::string& dbname, const BSONObj& cmdObj) { return Status::OK(); |