24 May
2023
24 May
'23
9:07 a.m.
Huw Davies (@huw) commented about dlls/nsiproxy.sys/ndis.c:
break; }
+ TRACE( "iface %s, sa_family %u.\n", ifr.ifr_name, ifr.ifr_hwaddr.sa_family ); + if (*type == MIB_IF_TYPE_OTHER && !ioctl( fd, SIOCGIFFLAGS, &ifr )) + { + TRACE( "flags %#x.\n", ifr.ifr_flags ); + if (ifr.ifr_flags & IFF_POINTOPOINT) *type = MIB_IF_TYPE_PPP; + }
Could we remove the `TRACE()`s here? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2890#note_33652