]> git.sesse.net Git - vlc/commitdiff
MMS: nothing ever sets b_error, so no need to check it
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 28 Jan 2010 19:10:09 +0000 (21:10 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 28 Jan 2010 19:19:55 +0000 (21:19 +0200)
modules/access/mms/mmstu.c

index 8ecbf70248134c996cdefc4e291e2ed16d030921..efb7be6af7d033214bddc26d2d13419b5aa8543e 100644 (file)
@@ -1102,7 +1102,7 @@ static int NetFillBuffer( access_t *p_access )
             return -1;
         }
 
-        if( !vlc_object_alive (p_access) || p_access->b_error )
+        if( !vlc_object_alive (p_access) )
             return -1;
 
         //msg_Dbg( p_access, "NetFillBuffer: trying again (select)" );