Skip to content

Commit

Permalink
Address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple committed Mar 14, 2022
1 parent c235545 commit f5823fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/CHIPDeviceController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit f5823fe

Please sign in to comment.