Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DejinChen authored Aug 28, 2024
1 parent 8634375 commit dd9b3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/Tizen/ThreadStackManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ CHIP_ERROR ThreadStackManagerImpl::_ClearAllSrpHostAndServices()
CHIP_ERROR ThreadStackManagerImpl::_ClearAllSrpHostAndServicesWithoutBlocking(const std::function<CHIP_ERROR(void)> & aCallback)
{
(void) aCallback;
_ClearAllSrpHostAndServices();
return _ClearAllSrpHostAndServices();
}

void ThreadStackManagerImpl::_ThreadIpAddressCb(int index, char * ipAddr, thread_ipaddr_type_e ipAddrType, void * userData)
Expand Down

0 comments on commit dd9b3b0

Please sign in to comment.