Commit 907dd033 authored by Ilkka Ollakka's avatar Ilkka Ollakka

remove #if 0 #endif from commit 23493 which seems to be accidental on

those line and broke mmsh-input.
parent 13df93e3
...@@ -818,7 +818,6 @@ static int Start( access_t *p_access, off_t i_pos ) ...@@ -818,7 +818,6 @@ static int Start( access_t *p_access, off_t i_pos )
} }
} }
net_Printf( VLC_OBJECT(p_access), p_sys->fd, NULL, "\r\n" ); net_Printf( VLC_OBJECT(p_access), p_sys->fd, NULL, "\r\n" );
#if 0
net_Printf( VLC_OBJECT(p_access), p_sys->fd, NULL, net_Printf( VLC_OBJECT(p_access), p_sys->fd, NULL,
"Connection: Close\r\n" ); "Connection: Close\r\n" );
...@@ -827,7 +826,6 @@ static int Start( access_t *p_access, off_t i_pos ) ...@@ -827,7 +826,6 @@ static int Start( access_t *p_access, off_t i_pos )
msg_Err( p_access, "failed to send request" ); msg_Err( p_access, "failed to send request" );
return VLC_EGENERIC; return VLC_EGENERIC;
} }
#endif
psz = net_Gets( VLC_OBJECT(p_access), p_sys->fd, NULL ); psz = net_Gets( VLC_OBJECT(p_access), p_sys->fd, NULL );
if( psz == NULL ) if( psz == NULL )
......
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