1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

fix previous fix.

svn path=/trunk/icecast/; revision=3391
This commit is contained in:
Michael Smith 2002-06-15 04:57:50 +00:00
parent 903abeb2a5
commit 4703f764d7

View File

@ -31,7 +31,7 @@ typedef struct _event_listener_tag
struct _event_listener_tag *next;
} event_listener_t;
int _stats_running = 1;
int _stats_running = 0;
long _stats_thread_id;
int _stats_threads = 0;