Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
5abd95e1
Commit
5abd95e1
authored
Sep 09, 2006
by
Rémi Denis-Courmont
Browse files
Oups
parent
e45c692c
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/ftp.c
View file @
5abd95e1
...
...
@@ -251,7 +251,7 @@ static int Connect( vlc_object_t *p_access, access_sys_t *p_sys )
msg_Info
(
p_access
,
"FTP Extended passive mode disabled"
);
net_Close
(
p_sys
->
fd_cmd
);
if
(
(
p_sys
->
fd_cmd
=
Login
(
p_access
,
p_sys
)
)
<
0
)
if
(
Login
(
p_access
,
p_sys
)
)
{
net_Close
(
p_sys
->
fd_cmd
);
return
-
1
;
...
...
@@ -381,7 +381,7 @@ static int OutOpen( vlc_object_t *p_this )
return
VLC_SUCCESS
;
exit_error:
vlc_UrlClean
(
&
p_sys
->
url
);
vlc_UrlClean
(
&
p_sys
->
url
);
free
(
p_sys
);
return
VLC_EGENERIC
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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