Explorar o código

Build fix for OpenBSD - See ticket #2397

Joseph Henry hai 10 meses
pai
achega
75a5b4438b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      osdep/EthernetTap.cpp

+ 1 - 1
osdep/EthernetTap.cpp

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