From d3b2908f58f157dc245e9c6a9da1ec48e18dd648 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Mon, 9 Oct 2017 01:09:12 -0700 Subject: [PATCH] Compliation warning fix for ztproxy --- examples/ztproxy/ztproxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ztproxy/ztproxy.cpp b/examples/ztproxy/ztproxy.cpp index 2556f04..92b8471 100644 --- a/examples/ztproxy/ztproxy.cpp +++ b/examples/ztproxy/ztproxy.cpp @@ -52,9 +52,9 @@ namespace ZeroTier { _run(true), _proxy_listen_port(proxy_listen_port), _internal_port(internal_port), - _dns_nameserver(dns_nameserver), _nwid(nwid), _internal_addr(internal_addr), + _dns_nameserver(dns_nameserver), _phy(this,false,true) { // Start ZeroTier Node