summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/clone.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/clone.cpp')
-rw-r--r--src/mongo/db/commands/clone.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/commands/clone.cpp b/src/mongo/db/commands/clone.cpp
index 14585aedcd4..97744cedf86 100644
--- a/src/mongo/db/commands/clone.cpp
+++ b/src/mongo/db/commands/clone.cpp
@@ -52,9 +52,9 @@ using std::stringstream;
Note: doesn't work with authentication enabled, except as internal operation or for
old-style users for backwards compatibility.
*/
-class CmdClone : public Command {
+class CmdClone : public BasicCommand {
public:
- CmdClone() : Command("clone") {}
+ CmdClone() : BasicCommand("clone") {}
virtual bool slaveOk() const {
return false;