Skip to content

Commit c4ad754

Browse files
Apply suggestion from code review.
Co-authored-by: Andrei Litvin <andy314@gmail.com>
1 parent 359202e commit c4ad754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/clusters/door-lock-server/door-lock-server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ void DoorLockServer::clearCredentialCommandHandler(
951951
}
952952

953953
commandObj->AddStatus(commandPath,
954-
clearCredential(commandPath.mEndpointId, modifier, sourceNodeId, credentialType, credentialIndex, true));
954+
clearCredential(commandPath.mEndpointId, modifier, sourceNodeId, credentialType, credentialIndex, /* sendUserChangeEvent = */ true ));
955955
}
956956

957957
void DoorLockServer::setWeekDayScheduleCommandHandler(chip::app::CommandHandler * commandObj,

0 commit comments

Comments
 (0)