diff --git a/service/OneService.cpp b/service/OneService.cpp index 312e0bf2f..d582a8937 100644 --- a/service/OneService.cpp +++ b/service/OneService.cpp @@ -626,7 +626,7 @@ public: while (ua) { InetAddress ip(ua->Address.lpSockaddr); ip.setPort(_port); - _node->addLocalInterfaceAddress(reinterpret_cast(&ip),0,ZT1_LOCAL_INTERFACE_ADDRESS_TRUST_NORMAL,0); + _node->addLocalInterfaceAddress(reinterpret_cast(&ip),0,ZT1_LOCAL_INTERFACE_ADDRESS_TRUST_NORMAL); ua = ua->Next; } }