File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -487,7 +487,7 @@ void DnssdServer::StartServer(Dnssd::CommissioningMode mode)
487487{
488488 TEMPORARY_RETURN_IGNORED DeviceLayer::PlatformMgr ().AddEventHandler (OnPlatformEventWrapper, 0 );
489489
490- if (Dnssd::ServiceAdvertiser::Instance ().Init (chip::DeviceLayer::UDPEndPointManager ()) != CHIP_NO_ERROR)
490+ if (Dnssd::ServiceAdvertiser::Instance ().Init (chip::DeviceLayer::UDPEndPointManager ()) != CHIP_NO_ERROR)
491491 {
492492 // No need to do anything if init failed device is probably not commissionned/not on network
493493 ChipLogError (Discovery, " Failed to initialize advertiser" );
@@ -532,7 +532,6 @@ void DnssdServer::StartServer(Dnssd::CommissioningMode mode)
532532#endif // CHIP_DEVICE_CONFIG_ENABLE_COMMISSIONER_DISCOVERY
533533
534534 SuccessOrLog (Dnssd::ServiceAdvertiser::Instance ().FinalizeServiceUpdate (), Discovery, " Failed to finalize service update" );
535-
536535}
537536
538537#if CHIP_ENABLE_ROTATING_DEVICE_ID && defined(CHIP_DEVICE_CONFIG_ROTATING_DEVICE_ID_UNIQUE_ID)
You can’t perform that action at this time.
0 commit comments