]> git.sesse.net Git - vlc/commitdiff
remove #if 0 #endif from commit 23493 which seems to be accidental on
authorIlkka Ollakka <ileoo@videolan.org>
Thu, 10 Jan 2008 10:51:05 +0000 (10:51 +0000)
committerIlkka Ollakka <ileoo@videolan.org>
Thu, 10 Jan 2008 10:51:05 +0000 (10:51 +0000)
those line and broke mmsh-input.

modules/access/mms/mmsh.c

index fc8d56994487af34a1d40148de5946d7a51dd006..15b8920a27dd3a5dcbbe92eb0b9adbc53b0eb6b0 100644 (file)
@@ -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" );
-#if 0
     net_Printf( VLC_OBJECT(p_access), p_sys->fd, NULL,
                 "Connection: Close\r\n" );
 
@@ -827,7 +826,6 @@ static int Start( access_t *p_access, off_t i_pos )
         msg_Err( p_access, "failed to send request" );
         return VLC_EGENERIC;
     }
-#endif
 
     psz = net_Gets( VLC_OBJECT(p_access), p_sys->fd, NULL );
     if( psz == NULL )