summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Dannenberg <matt.dannenberg@10gen.com>2014-01-13 15:12:45 -0500
committerMatt Dannenberg <matt.dannenberg@10gen.com>2014-01-13 15:30:59 -0500
commitdbedf3ba22cb98e31b2decc06504832325890b97 (patch)
tree10e8f0d6c683772a4926c167fafaf6e9949bd18d
parentadb2c9c330f67e24adbb5f1a306f8484befe93a9 (diff)
downloadmongo-dbedf3ba22cb98e31b2decc06504832325890b97.tar.gz
SERVER-12348 removed false comment from action_types.txt
-rw-r--r--src/mongo/db/auth/action_types.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/auth/action_types.txt b/src/mongo/db/auth/action_types.txt
index fed412281b3..3c1ab812118 100644
--- a/src/mongo/db/auth/action_types.txt
+++ b/src/mongo/db/auth/action_types.txt
@@ -39,7 +39,7 @@
"dropAllUsersFromDatabase", # Not used for permissions checks, but to id the event in logs.
"dropCollection",
"dropDatabase",
-"dropIndex", # Not used for permissions checks, but to id the event in logs.
+"dropIndex",
"dropRole",
"dropUser",
"emptycapped",