gcontini
2021-05-20 ea4d5c4c72303c4ef528b530f1956bd9961e9335
src/library/os/windows/network.cpp
@@ -127,7 +127,6 @@
   }
   IP_ADAPTER_INFO* pAdapter = pAdapterInfo;
   FUNCTION_RETURN result = FUNC_RET_OK;
   while (pAdapter) {
      if (pAdapter->Type == MIB_IF_TYPE_ETHERNET) {
         OsAdapterInfo ai = {};