mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-19 07:38:23 +00:00
Netcon mode for Linux (in this branch, will make conditional later)
This commit is contained in:
@ -62,7 +62,7 @@ NetconEthernetTap::NetconEthernetTap(
|
||||
_dev = sockPath;
|
||||
|
||||
_unixListenSocket = _phy.unixListen(sockPath,(void *)this);
|
||||
if (!_unixSocket)
|
||||
if (!_unixListenSocket)
|
||||
throw std::runtime_error(std::string("unable to bind to ")+sockPath);
|
||||
|
||||
_thread = Thread::start(this);
|
||||
|
Reference in New Issue
Block a user