Skip to content

Commit 45f4939

Browse files
[ICD] Reset mNeedIcdRegistration to false when starting the commision flow (project-chip#33574)
* reset mNeedIcdRegistration to false when starting the commision flow * address comments
1 parent 8fa5422 commit 45f4939

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/controller/AutoCommissioner.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ CHIP_ERROR AutoCommissioner::SetCommissioningParameters(const CommissioningParam
125125

126126
mParams = params;
127127

128+
mNeedIcdRegistration = false;
129+
128130
if (haveMaybeDanglingBufferPointers)
129131
{
130132
mParams.ClearExternalBufferDependentValues();

0 commit comments

Comments
 (0)