wininet: FTP_FtpOpenFileW: initialize dwInternalFlags.

This commit is contained in:
Dan Kegel 2009-11-05 21:45:25 -08:00 committed by Alexandre Julliard
parent 75d613f64f
commit 15d7b7b777
1 changed files with 1 additions and 0 deletions

View File

@ -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;