mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Oops. As oddsock says, this was broken, and didn't compile, and was unneccesary
anyway. reverted. svn path=/trunk/icecast/; revision=5849
This commit is contained in:
parent
92027f475b
commit
7b7a9f73d2
@ -461,8 +461,7 @@ static void *_stats_thread(void *arg)
|
||||
thread_mutex_unlock(&_global_event_mutex);
|
||||
}
|
||||
|
||||
if(global_event_queue == NULL) /* Only sleep if no events are pending */
|
||||
thread_sleep(300000);
|
||||
thread_sleep(300000);
|
||||
}
|
||||
|
||||
/* wake the other threads so they can shut down cleanly */
|
||||
|
Loading…
Reference in New Issue
Block a user