Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
b6f92f10
Commit
b6f92f10
authored
Mar 20, 2007
by
Paul Vriens
Committed by
Alexandre Julliard
Mar 21, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wininet/ftp: Move a definition in FTP_FtpFindFirstFileW (Coverity).
parent
9a7fb5f1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ftp.c
dlls/wininet/ftp.c
+1
-1
No files found.
dlls/wininet/ftp.c
View file @
b6f92f10
...
...
@@ -737,7 +737,6 @@ HINTERNET WINAPI FTP_FtpFindFirstFileW(LPWININETFTPSESSIONW lpwfs,
if
(
!
FTP_SendPortOrPasv
(
lpwfs
))
goto
lend
;
hIC
=
lpwfs
->
lpAppInfo
;
if
(
!
FTP_SendCommand
(
lpwfs
->
sndSocket
,
FTP_CMD_LIST
,
NULL
,
lpwfs
->
hdr
.
lpfnStatusCB
,
&
lpwfs
->
hdr
,
lpwfs
->
hdr
.
dwContext
))
goto
lend
;
...
...
@@ -767,6 +766,7 @@ lend:
if
(
lpwfs
->
lstnSocket
!=
-
1
)
closesocket
(
lpwfs
->
lstnSocket
);
hIC
=
lpwfs
->
lpAppInfo
;
if
(
hIC
->
hdr
.
dwFlags
&
INTERNET_FLAG_ASYNC
)
{
INTERNET_ASYNC_RESULT
iar
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment