summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/auth_op_observer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/auth/auth_op_observer.cpp')
-rw-r--r--src/mongo/db/auth/auth_op_observer.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/auth/auth_op_observer.cpp b/src/mongo/db/auth/auth_op_observer.cpp
index 4d1dad3c26e..c05983b875c 100644
--- a/src/mongo/db/auth/auth_op_observer.cpp
+++ b/src/mongo/db/auth/auth_op_observer.cpp
@@ -88,8 +88,7 @@ void AuthOpObserver::onDelete(OperationContext* opCtx,
const NamespaceString& nss,
OptionalCollectionUUID uuid,
StmtId stmtId,
- bool fromMigrate,
- const boost::optional<BSONObj>& deletedDoc) {
+ const OplogDeleteEntryArgs& args) {
auto& documentId = documentIdDecoration(opCtx);
invariant(!documentId.isEmpty());
AuthorizationManager::get(opCtx->getServiceContext())