summaryrefslogtreecommitdiff
path: root/src/mongo/db/audit.cpp
diff options
context:
space:
mode:
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 a7108d3ee3f..dce575b621f 100644
--- a/src/mongo/db/audit.cpp
+++ b/src/mongo/db/audit.cpp
@@ -172,7 +172,7 @@ void logAuthentication(Client* client,
void logShardCollection(Client* client, StringData ns, const BSONObj& keyPattern, bool unique)
MONGO_AUDIT_STUB
- void writeImpersonatedUsersToMetadata(OperationContext* txn,
+ void writeImpersonatedUsersToMetadata(OperationContext* opCtx,
BSONObjBuilder* metadata) MONGO_AUDIT_STUB
void parseAndRemoveImpersonatedUsersField(BSONObj cmdObj,