summaryrefslogtreecommitdiff
path: root/src/mongo/db/audit.h
diff options
context:
space:
mode:
authormatt dannenberg <matt.dannenberg@10gen.com>2013-10-31 14:03:43 -0400
committermatt dannenberg <matt.dannenberg@10gen.com>2013-10-31 14:22:52 -0400
commit07a8845fbec58c90b642bb55060d05ad006719c3 (patch)
tree6c6741befd97a8ecb1bfb638c791c501a4a09d30 /src/mongo/db/audit.h
parent02d96b609930ce10ea82a4a317baf5731ed04989 (diff)
downloadmongo-07a8845fbec58c90b642bb55060d05ad006719c3.tar.gz
SERVER-11504 hooked up auditLogging of dropAllRolesFromDatabase
Diffstat (limited to 'src/mongo/db/audit.h')
-rw-r--r--src/mongo/db/audit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/audit.h b/src/mongo/db/audit.h
index b879b84fdd1..2012f14d865 100644
--- a/src/mongo/db/audit.h
+++ b/src/mongo/db/audit.h
@@ -225,8 +225,8 @@ namespace audit {
/**
* Logs the result of a dropAllRolesForDatabase command.
*/
- void logDropAllRolesForDatabase(ClientBasic* client,
- const StringData& dbname);
+ void logDropAllRolesFromDatabase(ClientBasic* client,
+ const StringData& dbname);
/**
* Logs the result of a grantRolesToRole command.