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

Useless vlc_object_wait() usage

parent b935abee
......@@ -2462,11 +2462,7 @@ retry:
vlc_object_lock( host );
if( ufd[nfd - 1].revents )
{
b_die = !vlc_object_alive( host );
if( !b_die )
vlc_object_wait( host );
}
vlc_object_unlock( host );
/* Handle client sockets */
......
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