Dan Kegel : wininet: FTP_FtpOpenFileW: initialize dwInternalFlags.

Alexandre Julliard julliard at winehq.org
Mon Nov 9 15:14:13 CST 2009


Module: wine
Branch: master
Commit: 15d7b7b777ed7920e7227dd2c21c6c9af3dfec01
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=15d7b7b777ed7920e7227dd2c21c6c9af3dfec01

Author: Dan Kegel <dank at kegel.com>
Date:   Thu Nov  5 21:45:25 2009 -0800

wininet: FTP_FtpOpenFileW: initialize dwInternalFlags.

---

 dlls/wininet/ftp.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/wininet/ftp.c b/dlls/wininet/ftp.c
index b0dc695..f0c3cbd 100644
--- a/dlls/wininet/ftp.c
+++ b/dlls/wininet/ftp.c
@@ -1293,6 +1293,7 @@ HINTERNET FTP_FtpOpenFileW(ftp_session_t *lpwfs,
         lpwh->hdr.vtbl = &FTPFILEVtbl;
         lpwh->hdr.dwFlags = dwFlags;
         lpwh->hdr.dwContext = dwContext;
+        lpwh->hdr.dwInternalFlags = 0;
         lpwh->hdr.refs = 1;
         lpwh->hdr.lpfnStatusCB = lpwfs->hdr.lpfnStatusCB;
         lpwh->nDataSocket = nDataSocket;




More information about the wine-cvs mailing list