From 1128540561ab983a8a6dc1c27a645c900142ce15 Mon Sep 17 00:00:00 2001 From: Kundok Park <97262718+kpark-apple@users.noreply.github.com> Date: Wed, 2 Mar 2022 09:36:57 -0800 Subject: [PATCH] Fix ForEachCluster missing return (#15725) --- src/app/AttributeCache.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/AttributeCache.h b/src/app/AttributeCache.h index 907dbedf63520d..00f5105bdcb748 100644 --- a/src/app/AttributeCache.h +++ b/src/app/AttributeCache.h @@ -306,6 +306,7 @@ class AttributeCache : protected ReadClient::Callback ReturnErrorOnFailure(func(clusterIter.first)); } } + return CHIP_NO_ERROR; } private: