From f5823fe380ee9f291e72ae437886b28234be7266 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Mon, 14 Mar 2022 11:00:53 -0400 Subject: [PATCH] Address review comment --- src/controller/CHIPDeviceController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller/CHIPDeviceController.cpp b/src/controller/CHIPDeviceController.cpp index 5224dd45229845..977d5e73aa4c30 100644 --- a/src/controller/CHIPDeviceController.cpp +++ b/src/controller/CHIPDeviceController.cpp @@ -334,7 +334,7 @@ void DeviceController::OnFirstMessageDeliveryFailed(const SessionHandle & sessio return; } - FabricIndex ourIndex; + FabricIndex ourIndex = kUndefinedFabricIndex; CHIP_ERROR err = GetFabricIndex(&ourIndex); if (err != CHIP_NO_ERROR) {