From f11f465ff4370fdffe9b4f96bf48de282402d302 Mon Sep 17 00:00:00 2001 From: Karsten Sperling Date: Fri, 20 Dec 2024 15:13:13 +1300 Subject: [PATCH] CHIP_CONFIG_ENABLE_READ_CLIENT strikes again --- src/controller/CommissioningDelegate.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/controller/CommissioningDelegate.h b/src/controller/CommissioningDelegate.h index eb89d4e8af1e08..7ccc1c89477f97 100644 --- a/src/controller/CommissioningDelegate.h +++ b/src/controller/CommissioningDelegate.h @@ -788,7 +788,9 @@ struct ICDManagementClusterInfo struct ReadCommissioningInfo { +#if CHIP_CONFIG_ENABLE_READ_CLIENT app::ClusterStateCache const * attributes = nullptr; +#endif NetworkClusters network; BasicClusterInfo basic; GeneralCommissioningInfo general;