]> git.sesse.net Git - vlc/blobdiff - modules/access_output/bonjour.c
Remove unused parameter
[vlc] / modules / access_output / bonjour.c
index 89ce76178b398571acbd5b29d5ae955195482a04..3dfb9b888a136860df1342217a7629f9e7dfca92 100644 (file)
@@ -236,7 +236,7 @@ void *bonjour_start_service( vlc_object_t *p_log, const char *psz_stype,
 
     if( vlc_thread_create( p_sys->poll_thread, "Avahi Poll Iterate Thread",
                            poll_iterate_thread,
-                           VLC_THREAD_PRIORITY_HIGHEST, false ) )
+                           VLC_THREAD_PRIORITY_HIGHEST ) )
     {
         msg_Err( p_sys->p_log, "failed to create poll iterate thread" );
         goto error;