summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/list_indexes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/list_indexes.cpp')
-rw-r--r--src/mongo/db/commands/list_indexes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/list_indexes.cpp b/src/mongo/db/commands/list_indexes.cpp
index f4af735e235..8e3243fbcac 100644
--- a/src/mongo/db/commands/list_indexes.cpp
+++ b/src/mongo/db/commands/list_indexes.cpp
@@ -83,7 +83,7 @@ namespace mongo {
out->push_back(Privilege(parseResourcePattern( dbname, cmdObj ), actions));
}
- CmdListIndexes() : Command( "listIndexes", true ) {}
+ CmdListIndexes() : Command( "listIndexes" ) {}
bool run(OperationContext* txn,
const string& dbname,