|
|
|
|
@ -626,7 +626,7 @@ public:
|
|
|
|
|
while (ua) { |
|
|
|
|
InetAddress ip(ua->Address.lpSockaddr); |
|
|
|
|
ip.setPort(_port); |
|
|
|
|
_node->addLocalInterfaceAddress(reinterpret_cast<const struct sockaddr_storage *>(&ip),0,ZT1_LOCAL_INTERFACE_ADDRESS_TRUST_NORMAL,0); |
|
|
|
|
_node->addLocalInterfaceAddress(reinterpret_cast<const struct sockaddr_storage *>(&ip),0,ZT1_LOCAL_INTERFACE_ADDRESS_TRUST_NORMAL); |
|
|
|
|
ua = ua->Next; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|