Reactos

[IPHLPAPI] Fix for hasArp which crashes some iphlpapi tests. (#3216)

CORE-16513

authored by

Doug Lyons and committed by
GitHub
90be2f4e e45bacda

+2 -1
+2 -1
dll/win32/iphlpapi/ifenum_reactos.c
··· 149 149 NULL ); 150 150 if( !NT_SUCCESS(status) ) return FALSE; 151 151 152 - return (type & AT_ARP); 152 + /* AT_ARP corresponds to an individual TDI entity type */ 153 + return (type == AT_ARP); 153 154 } 154 155 155 156 static NTSTATUS getInterfaceInfoSet( HANDLE tcpFile,