Fix build issue on macOS

This commit is contained in:
Joseph Henry 2024-08-21 11:22:07 -07:00
parent b1a30ae4ff
commit b7d9290de9
No known key found for this signature in database
GPG Key ID: 3C2C8A1EB4269827

View File

@ -88,7 +88,7 @@ std::shared_ptr<EthernetTap> EthernetTap::newInstance(
return std::shared_ptr<EthernetTap>(new MacEthernetTap(homePath,mac,mtu,metric,nwid,friendlyName,handler,arg));
}
}
}/
}
#endif // __APPLE__
#ifdef __LINUX__