Paul Vriens : wininet/ftp: Remove unneeded (double) checks.
7 Feb
2007
7 Feb
'07
10 p.m.
Module: wine Branch: master Commit: a571476a7424f249bd3d1bae18e1226919c6566b URL: http://source.winehq.org/git/wine.git/?a=commit;h=a571476a7424f249bd3d1bae18... Author: Paul Vriens <paul.vriens.wine(a)gmail.com> Date: Wed Feb 7 13:30:21 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 0ab18c4..66f73eb 100644 --- a/dlls/wininet/ftp.c +++ b/dlls/wininet/ftp.c @@ -1062,8 +1062,6 @@ HINTERNET FTP_FtpOpenFileW(LPWININETFTPS 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