Commit 5ede40ab authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

wininet: FTP_FtpRenameFileW expects a LPWININETFTPSESSIONW.

parent ead21189
......@@ -1566,7 +1566,7 @@ BOOL WINAPI FtpRenameFileW(HINTERNET hFtpSession, LPCWSTR lpszSrc, LPCWSTR lpszD
}
else
{
r = FTP_FtpRenameFileW(hFtpSession, lpszSrc, lpszDest);
r = FTP_FtpRenameFileW(lpwfs, lpszSrc, lpszDest);
}
lend:
......
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