Commit 64f61ce0 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

iphlpapi: Don't override return value from getTcpTable.

parent 00c97a61
......@@ -1597,8 +1597,6 @@ DWORD WINAPI GetTcpTable(PMIB_TCPTABLE pTcpTable, PDWORD pdwSize, BOOL bOrder)
sizeof(MIB_TCPROW), TcpTableSorter);
ret = NO_ERROR;
}
else
ret = ERROR_OUTOFMEMORY;
}
}
TRACE("returning %d\n", ret);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment