mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Update: Renamed thread as it is too long on Linux
This commit is contained in:
parent
ec4ef5a0bb
commit
e3fe175bfc
@ -629,7 +629,7 @@ static void fserve_add_pending (fserve_t *fclient)
|
||||
{
|
||||
run_fserv = 1;
|
||||
ICECAST_LOG_DEBUG("fserve handler waking up");
|
||||
thread_create("File Serving Thread", fserv_thread_function, NULL, THREAD_DETACHED);
|
||||
thread_create("File Serving", fserv_thread_function, NULL, THREAD_DETACHED);
|
||||
}
|
||||
thread_spin_unlock (&pending_lock);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user