iphlpapi: Don't override return value from getTcpTable.
This commit is contained in:
parent
00c97a61bf
commit
64f61ce0cd
|
@ -1597,8 +1597,6 @@ DWORD WINAPI GetTcpTable(PMIB_TCPTABLE pTcpTable, PDWORD pdwSize, BOOL bOrder)
|
||||||
sizeof(MIB_TCPROW), TcpTableSorter);
|
sizeof(MIB_TCPROW), TcpTableSorter);
|
||||||
ret = NO_ERROR;
|
ret = NO_ERROR;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
ret = ERROR_OUTOFMEMORY;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
TRACE("returning %d\n", ret);
|
TRACE("returning %d\n", ret);
|
||||||
|
|
Loading…
Reference in New Issue