mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-30 08:04:04 +00:00
dev branch now works again on Linux
This commit is contained in:
parent
8ef78e7e7d
commit
c7df61a3c3
@ -590,7 +590,7 @@ public:
|
|||||||
|
|
||||||
// We must bind one of IPv4 or IPv6 -- support either failing to support hosts that
|
// We must bind one of IPv4 or IPv6 -- support either failing to support hosts that
|
||||||
// have only IPv4 or only IPv6 stacks.
|
// have only IPv4 or only IPv6 stacks.
|
||||||
if (((_v4TcpControlSocket)||(_v6TcpControlSocket))&&(_trialBind(port))) {
|
if ((_v4TcpControlSocket)||(_v6TcpControlSocket)) {
|
||||||
_ports[0] = port;
|
_ports[0] = port;
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user