From: RĂ©mi Denis-Courmont Date: Mon, 12 Jan 2009 18:06:03 +0000 (+0200) Subject: Useless vlc_object_wait() usage X-Git-Tag: 1.0.0-pre1~1375 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ccc1b1bc6c54ebaaaea312b62e8e6ab64d6aed32;p=vlc Useless vlc_object_wait() usage --- diff --git a/src/network/httpd.c b/src/network/httpd.c index 444a72755a..4a1ddd0307 100644 --- a/src/network/httpd.c +++ b/src/network/httpd.c @@ -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 */