Skip to content

Commit

Permalink
Do not notify the resolve error of dnssd
Browse files Browse the repository at this point in the history
Signed-off-by: hyunuk.tak <[email protected]>
  • Loading branch information
hyunuktak committed Oct 13, 2022
1 parent 910218a commit 640a69e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/platform/Tizen/DnssdImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -671,10 +671,7 @@ CHIP_ERROR DnssdTizen::Resolve(const DnssdService & browseResult, chip::Inet::In

exit:
if (err != CHIP_NO_ERROR)
{ // Notify caller about error
callback(context, nullptr, chip::Span<chip::Inet::IPAddress>(), err);
RemoveContext(resolveCtx);
}
return err;
}

Expand Down

0 comments on commit 640a69e

Please sign in to comment.