From f7f0ba4206bfc30d4f9727a0e2448ee43cba6aad Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周二, 17 11月 2020 10:19:54 +0800 Subject: [PATCH] fix mingw --- src/library/os/linux/network.cpp | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/library/os/linux/network.cpp b/src/library/os/linux/network.cpp index 1281aca..8720c50 100644 --- a/src/library/os/linux/network.cpp +++ b/src/library/os/linux/network.cpp @@ -64,7 +64,6 @@ // if_name_position = ifname_position(ifnames, ifa->ifa_name, if_num); // interface name not seen en advance OsAdapterInfo *currentAdapter; - // FIXME not working if (adapterByName.find(if_name) == adapterByName.end()) { OsAdapterInfo newAdapter; memset(&newAdapter, 0, sizeof(OsAdapterInfo)); -- Gitblit v1.9.1