mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-07 19:24:13 +00:00
moved lib files to ext
This commit is contained in:
parent
02d5a31822
commit
c85dd262ed
@ -78,7 +78,7 @@ NetconEthernetTap::NetconEthernetTap(
|
||||
Utils::snprintf(sockPath,sizeof(sockPath),"/tmp/.ztnc_%.16llx",(unsigned long long)nwid);
|
||||
_dev = sockPath;
|
||||
|
||||
lwipstack = new LWIPStack("netcon/liblwip.so");
|
||||
lwipstack = new LWIPStack("ext/bin/lwip/liblwip.so"); // ext/bin/liblwip.so.debug for debug symbols
|
||||
if(!lwipstack) // TODO double check this check
|
||||
throw std::runtime_error("unable to load lwip lib.");
|
||||
lwipstack->lwip_init();
|
||||
|
Loading…
x
Reference in New Issue
Block a user