From 5ef806c43c394f94a6bc7d0080516dcb5f189398 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Thu, 16 Jul 2015 19:20:43 -0700 Subject: Fix addLocalInterfaceAddress call in OneService on Windows --- service/OneService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/OneService.cpp b/service/OneService.cpp index 312e0bf2..d582a893 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; } } -- cgit v1.2.3