Skip to content

Commit

Permalink
fix1
Browse files Browse the repository at this point in the history
  • Loading branch information
abtink committed Aug 31, 2023
1 parent 695efce commit f938a60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mdns/dnssd_plat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ static otbr::DnssdPlatform *sDnssdPlatform = nullptr;

extern "C" otPlatDnssdState otPlatDnssdGetState(otInstance *aInstance)
{
OT_UNUSED_VARIABLE(aInstance);

return sDnssdPlatform->GetState();
}

Expand Down

0 comments on commit f938a60

Please sign in to comment.