Commit 87b420e2 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

MMS: nothing ever sets b_error, so no need to check it

parent 5630d1b0
......@@ -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)" );
......
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