Skip to content

Commit fe7c18b

Browse files
authored
Do not notify the resolve error of dnssd (project-chip#23156)
Signed-off-by: hyunuk.tak <hyunuk.tak@samsung.com> Signed-off-by: hyunuk.tak <hyunuk.tak@samsung.com>
1 parent fbd2a4b commit fe7c18b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/platform/Tizen/DnssdImpl.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -671,10 +671,7 @@ CHIP_ERROR DnssdTizen::Resolve(const DnssdService & browseResult, chip::Inet::In
671671

672672
exit:
673673
if (err != CHIP_NO_ERROR)
674-
{ // Notify caller about error
675-
callback(context, nullptr, chip::Span<chip::Inet::IPAddress>(), err);
676674
RemoveContext(resolveCtx);
677-
}
678675
return err;
679676
}
680677

0 commit comments

Comments
 (0)