Commit 706d5db0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Rémi Denis-Courmont

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

parent d98ebefd
...@@ -638,11 +638,6 @@ static int ftp_StartStream( access_t *p_access, off_t i_start ) ...@@ -638,11 +638,6 @@ static int ftp_StartStream( access_t *p_access, off_t i_start )
return VLC_EGENERIC; 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; return VLC_SUCCESS;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment