15 Jan
2026
15 Jan
'26
3:51 p.m.
From: Hans Leidekker <hans@codeweavers.com> --- dlls/netprofm/list.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/netprofm/list.c b/dlls/netprofm/list.c index d83651cfad7..918382a24e2 100644 --- a/dlls/netprofm/list.c +++ b/dlls/netprofm/list.c @@ -1842,6 +1842,8 @@ static void init_networks( struct list_manager *mgr ) struct connection *connection; NET_LUID luid; + if (!wcscmp( aa->FriendlyName, L"lo" )) continue; + ConvertInterfaceIndexToLuid(aa->IfIndex, &luid); ConvertInterfaceLuidToGuid(&luid, &id); -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/9902