]> git.sesse.net Git - vlc/blobdiff - src/network/httpd.c
Remove unused parameter
[vlc] / src / network / httpd.c
index a743b5963ced88759ccb5f9f6b46f57420229fb8..c55077ffd64c651df72c54471a08d03423ec9fbc 100644 (file)
@@ -1110,7 +1110,7 @@ httpd_host_t *httpd_TLSHostNew( vlc_object_t *p_this, const char *psz_hostname,
 
     /* create the thread */
     if( vlc_thread_create( host, "httpd host thread", httpd_HostThread,
-                           VLC_THREAD_PRIORITY_LOW, false ) )
+                           VLC_THREAD_PRIORITY_LOW ) )
     {
         msg_Err( p_this, "cannot spawn http host thread" );
         goto error;