File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ bool ICDManager::CheckInMessagesWouldBeSent(std::function<RegistrationVerificati
236
236
}
237
237
238
238
// At least one registration would require a Check-In message
239
- VerifyOrReturnValue (RegistrationVerifier (entry.fabricIndex , entry.monitoredSubject ), true );
239
+ VerifyOrReturnValue (! RegistrationVerifier (entry.fabricIndex , entry.monitoredSubject ), true );
240
240
}
241
241
}
242
242
Original file line number Diff line number Diff line change 21
21
#include < app/icd/server/ICDServerConfig.h>
22
22
23
23
#if CHIP_CONFIG_ENABLE_ICD_CIP
24
+ #include < app/SubscriptionsInfoProvider.h> // nogncheck
24
25
#include < app/icd/server/ICDCheckInSender.h> // nogncheck
25
26
#include < app/icd/server/ICDMonitoringTable.h> // nogncheck
26
27
#endif // CHIP_CONFIG_ENABLE_ICD_CIP
27
28
28
- #include < app/SubscriptionsInfoProvider.h>
29
29
#include < app/icd/server/ICDConfigurationData.h>
30
30
#include < app/icd/server/ICDNotifier.h>
31
31
#include < app/icd/server/ICDStateObserver.h>
You can’t perform that action at this time.
0 commit comments