Skip to content

Commit

Permalink
Build fix for OpenBSD - See ticket #2397
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-henry committed Nov 12, 2024
1 parent 185a3a2 commit 75a5b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osdep/EthernetTap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 75a5b44

Please sign in to comment.