wininet/ftp: Remove unneeded check.

This commit is contained in:
Paul Vriens 2007-03-21 17:55:56 +01:00 committed by Alexandre Julliard
parent e25a16fda5
commit 5f9d7745dc
1 changed files with 0 additions and 3 deletions

View File

@ -2801,9 +2801,6 @@ static BOOL FTP_RetrieveFileData(LPWININETFTPSESSIONW lpwfs, INT nDataSocket, DW
TRACE("\n");
if (INVALID_HANDLE_VALUE == hFile)
return FALSE;
lpszBuffer = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(CHAR)*DATA_PACKET_SIZE);
if (NULL == lpszBuffer)
{