pvlist now in an usable shape, requires eget
This commit is contained in:
@@ -43,6 +43,7 @@ InetAddrVector* getBroadcastAddresses(SOCKET sock,
|
||||
{
|
||||
osiSockAddrNode * sn = (osiSockAddrNode *)n;
|
||||
sn->addr.ia.sin_port = htons(defaultPort);
|
||||
// TODO discover possible duplicates
|
||||
v->push_back(sn->addr);
|
||||
}
|
||||
ellFree(&as);
|
||||
|
||||
Reference in New Issue
Block a user