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
706d5db0
Commit
706d5db0
authored
Sep 09, 2006
by
Rémi Denis-Courmont
Committed by
Rémi Denis-Courmont
Jun 01, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Aarg! git commit --amend -a != git commit --amend
parent
d98ebefd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
modules/access/ftp.c
modules/access/ftp.c
+0
-5
No files found.
modules/access/ftp.c
View file @
706d5db0
...
...
@@ -638,11 +638,6 @@ static int ftp_StartStream( access_t *p_access, off_t i_start )
return
VLC_EGENERIC
;
}
if
(
p_access
->
i_object_type
==
VLC_OBJECT_ACCESS
)
net_StopSend
(
p_sys
->
fd_data
);
else
net_StopRecv
(
p_sys
->
fd_data
);
return
VLC_SUCCESS
;
}
...
...
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