Browse Source

Fix build issue on macOS

Joseph Henry 1 year ago
parent
commit
b7d9290de9
1 changed files with 1 additions and 1 deletions
  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__