Skip to content

Commit

Permalink
[OTA] Remove global resolver initialization from OTA Requestor (#16388)
Browse files Browse the repository at this point in the history
- This is already done in Server
  • Loading branch information
carol-apple authored and pull[bot] committed Feb 15, 2024
1 parent ccac2bb commit 1124742
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/ota-requestor-app/linux/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ bool HandleOptions(const char * aProgram, OptionSet * aOptions, int aIdentifier,

void ApplicationInit()
{
chip::Dnssd::Resolver::Instance().Init(chip::DeviceLayer::UDPEndPointManager());

// Initialize all OTA download components
InitOTARequestor();
}
Expand Down

0 comments on commit 1124742

Please sign in to comment.