Paul Vriens : wininet/ftp: Remove unneeded (double) checks.
7 Feb
2007
7 Feb
'07
10 p.m.
Module: wine Branch: master Commit: 7c7271d46538d0b8d9ff69abada0600026a2fa3c URL: http://source.winehq.org/git/wine.git/?a=commit;h=7c7271d46538d0b8d9ff69abad... Author: Paul Vriens <paul.vriens.wine(a)gmail.com> Date: Wed Feb 7 13:29:59 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 7a4c57a..775bb88 100644 --- a/dlls/wininet/ftp.c +++ b/dlls/wininet/ftp.c @@ -701,8 +701,6 @@ HINTERNET WINAPI FTP_FtpFindFirstFileW(L 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