Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
5abd95e1
Commit
5abd95e1
authored
Sep 09, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oups
parent
e45c692c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/access/ftp.c
modules/access/ftp.c
+2
-2
No files found.
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
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