Paul Vriens : wininet/ftp: Remove unneeded (double) checks.
7 Feb
2007
7 Feb
'07
10 p.m.
Module: wine Branch: master Commit: 70be65b76eb83dce4ff1b47405821c1aa0d251d7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=70be65b76eb83dce4ff1b47405... Author: Paul Vriens <paul.vriens.wine(a)gmail.com> Date: Wed Feb 7 13:31:11 2007 +0100 wininet/ftp: Remove unneeded (double) checks. --- dlls/wininet/ftp.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/dlls/wininet/ftp.c b/dlls/wininet/ftp.c index 68c2e4f..4e99dae 100644 --- a/dlls/wininet/ftp.c +++ b/dlls/wininet/ftp.c @@ -1685,8 +1685,6 @@ BOOL FTP_FtpRenameFileW( LPWININETFTPSES TRACE("\n"); - assert (WH_HFTPSESSION == lpwfs->hdr.htype); - /* Clear any error information */ INTERNET_SetLastError(0);
6980
Age (days ago)
6980
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard