[vlc-devel] commit: Aarg! git commit --amend -a != git commit --amend ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Jun 1 10:50:48 CEST 2008


vlc | branch: 0.8.6-bugfix | Rémi Denis-Courmont <rem at videolan.org> | Sat Sep  9 10:24:52 2006 +0000| [706d5db05050b0ff78291c87183f953a95953709]

Aarg! git commit --amend -a != git commit --amend

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=706d5db05050b0ff78291c87183f953a95953709
---

 modules/access/ftp.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/modules/access/ftp.c b/modules/access/ftp.c
index 10e2770..821e07a 100644
--- a/modules/access/ftp.c
+++ b/modules/access/ftp.c
@@ -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;
 }
 




More information about the vlc-devel mailing list