Skip to content

Commit

Permalink
Fixing linux tv-casting-app's build
Browse files Browse the repository at this point in the history
  • Loading branch information
sharadb-amazon committed May 12, 2022
1 parent d2de7c1 commit 761d6fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/tv-casting-app/linux/CastingUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ void HandleUDCSendExpiration(System::Layer * aSystemLayer, void * context)

// Send User Directed commissioning request
ReturnOnFailure(CastingServer::GetInstance()->SendUserDirectedCommissioningRequest(chip::Transport::PeerAddress::UDP(
selectedCommissioner->ipAddress[0], selectedCommissioner->port, selectedCommissioner->interfaceId)));
selectedCommissioner->resolutionData.ipAddress[0], selectedCommissioner->resolutionData.port,
selectedCommissioner->resolutionData.interfaceId)));
}
#endif // CHIP_DEVICE_CONFIG_ENABLE_COMMISSIONER_DISCOVERY_CLIENT

Expand Down

0 comments on commit 761d6fb

Please sign in to comment.