mirror of
https://github.com/reactos/reactos.git
synced 2024-11-23 11:33:31 +08:00
[IPHLPAPI] Silence obsolete FIXME in GetAdaptersAddresses (#5834)
This commit is contained in:
parent
995f56d1d3
commit
4eace8d762
@ -331,8 +331,8 @@ GetAdaptersAddresses(
|
||||
DWORD MIN_SIZE = 15 * 1024;
|
||||
PIP_ADAPTER_ADDRESSES PreviousAA = NULL;
|
||||
|
||||
FIXME("GetAdaptersAddresses - Semi Stub: Family %u, Flags 0x%08x, Reserved %p, pAdapterAddress %p, pOutBufLen %p.\n",
|
||||
Family, Flags, Reserved, pAdapterAddresses, pOutBufLen);
|
||||
TRACE("Family %u, Flags 0x%08x, Reserved %p, pAdapterAddress %p, pOutBufLen %p\n",
|
||||
Family, Flags, Reserved, pAdapterAddresses, pOutBufLen);
|
||||
|
||||
if (!pOutBufLen)
|
||||
return ERROR_INVALID_PARAMETER;
|
||||
|
Loading…
Reference in New Issue
Block a user