]> git.sesse.net Git - vlc/blobdiff - modules/access_output/bonjour.c
Do not call vlc_thread_ready with non-waiting vlc_thread_create
[vlc] / modules / access_output / bonjour.c
index 6bae0f1044ac38b41cc4ec6b7fb92a503cc2ffa6..6092c09000903edd679eb599b3570c62e46c0413 100644 (file)
@@ -175,7 +175,6 @@ static void client_callback( AvahiClient *c,
 static void* poll_iterate_thread( vlc_object_t *p_this )
 {
     poll_thread_t *p_pt = (poll_thread_t*)p_this;
-    vlc_thread_ready( p_pt );
     int canc = vlc_savecancel ();
 
     while( vlc_object_alive (p_pt) )