diff options
Diffstat (limited to 'src/mongo/db/commands/list_indexes.cpp')
-rw-r--r-- | src/mongo/db/commands/list_indexes.cpp | 2 |
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, |