drop SockAddr from public API

and fix UDP search source
This commit is contained in:
Michael Davidsaver
2020-03-09 17:49:06 -07:00
parent ff3c0e4da4
commit 64cf5c2334
3 changed files with 6 additions and 4 deletions
+1
View File
@@ -433,6 +433,7 @@ void Server::Pvt::onSearch(const UDPManager::Search& msg)
searchOp._names[i]._name = msg.names[i].name;
searchOp._names[i]._claim = false;
}
ipAddrToDottedIP(&msg.server->in, searchOp._src, sizeof(searchOp._src));
{
auto G(sourcesLock.lockReader());