Build fix for OpenBSD - See ticket #2397

This commit is contained in:
Joseph Henry 2024-11-12 05:59:49 -08:00
parent 185a3a2c76
commit 75a5b4438b
No known key found for this signature in database
GPG Key ID: C45B33FF5EBC9344

View File

@ -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?