Explorar el Código

Fix build issue on macOS

Joseph Henry hace 1 año
padre
commit
b7d9290de9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      osdep/EthernetTap.cpp

+ 1 - 1
osdep/EthernetTap.cpp

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