iphlpapi: Don't override return value from getTcpTable.

This commit is contained in:
Juan Lang 2007-11-15 11:00:12 -08:00 committed by Alexandre Julliard
parent 00c97a61bf
commit 64f61ce0cd
1 changed files with 0 additions and 2 deletions

View File

@ -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);