summaryrefslogtreecommitdiff
path: root/src/mongo/db/audit.cpp
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2018-04-25 11:28:40 -0400
committerBilly Donahue <billy.donahue@mongodb.com>2018-04-25 15:45:49 -0400
commitc50a57061af31f92c1c6aab09b1417ab127fed0c (patch)
tree488537b275059c8efd0292fd14e899b892868619 /src/mongo/db/audit.cpp
parent2deac715b6345a8103acc1da6187f77e65843019 (diff)
downloadmongo-c50a57061af31f92c1c6aab09b1417ab127fed0c.tar.gz
SERVER-34653 refactor audit's parseNs(..) to ns()
Diffstat (limited to 'src/mongo/db/audit.cpp')
-rw-r--r--src/mongo/db/audit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/audit.cpp b/src/mongo/db/audit.cpp
index 6156350bae0..0ae7a5bb946 100644
--- a/src/mongo/db/audit.cpp
+++ b/src/mongo/db/audit.cpp
@@ -37,7 +37,7 @@ void mongo::audit::logAuthentication(Client* client,
void mongo::audit::logCommandAuthzCheck(Client* client,
const OpMsgRequest& cmdObj,
- CommandInterface* command,
+ const CommandInterface& command,
ErrorCodes::Error result) {}
void mongo::audit::logDeleteAuthzCheck(Client* client,