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

wininet: FTP_FtpDeleteFileW expects a LPWININETFTPSESSIONW.

parent 4f608f0b
......@@ -1323,7 +1323,7 @@ BOOL WINAPI FtpDeleteFileW(HINTERNET hFtpSession, LPCWSTR lpszFileName)
}
else
{
r = FTP_FtpDeleteFileW(hFtpSession, lpszFileName);
r = FTP_FtpDeleteFileW(lpwfs, lpszFileName);
}
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