mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-11 17:56:55 +02:00
Build fix for OpenBSD - See ticket #2397
This commit is contained in:
parent
185a3a2c76
commit
75a5b4438b
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ std::shared_ptr<EthernetTap> EthernetTap::newInstance(
|
|||
#endif // __NetBSD__
|
||||
|
||||
#ifdef __OpenBSD__
|
||||
return std::shared_ptr<EthernetTap>(new BSDEthernetTap(homePath,mac,mtu,metric,nwid,friendlyName,handler,arg));
|
||||
return std::shared_ptr<EthernetTap>(new BSDEthernetTap(homePath,concurrency,pinning,mac,mtu,metric,nwid,friendlyName,handler,arg));
|
||||
#endif // __OpenBSD__
|
||||
|
||||
#endif // ZT_SDK?
|
||||
|
|
Loading…
Add table
Reference in a new issue