Skip to content

Commit

Permalink
Hotfix: fix conflict between #10434 and #10909 (#10953)
Browse files Browse the repository at this point in the history
  • Loading branch information
kghost authored Oct 26, 2021
1 parent 341c00d commit 62a6f85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ EmberAfStatus ExampleOTARequestor::HandleAnnounceOTAProvider(
}

mProviderNodeId = providerLocation;
mProviderFabricIndex = commandObj->GetExchangeContext()->GetSecureSession().GetFabricIndex();
mProviderFabricIndex = commandObj->GetExchangeContext()->GetSessionHandle().GetFabricIndex();

FabricInfo * providerFabric = GetProviderFabricInfo();
if (providerFabric == nullptr)
Expand Down

0 comments on commit 62a6f85

Please sign in to comment.