Commit 7687e047 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

wininet: Return NULL handle if no connection is established.

parent 0472e9cd
......@@ -1577,7 +1577,7 @@ lend:
}
/***********************************************************************
* FTP_FtpRenameFileA (Internal)
* FTP_FtpRenameFileW (Internal)
*
* Rename a file on the ftp server
*
......@@ -1806,6 +1806,7 @@ lerror:
{
HeapFree(GetProcessHeap(), 0, lpwfs);
WININET_FreeHandle( handle );
handle = NULL;
lpwfs = NULL;
}
......
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