1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04: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:
Michael Smith 2004-02-20 02:09:00 +00:00
parent 92027f475b
commit 7b7a9f73d2

View File

@ -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 */