[xiph-cvs] cvs commit: icecast/src stats.c

Michael Smith msmith at xiph.org
Fri Jun 14 21:57:51 PDT 2002



msmith      02/06/14 21:57:50

  Modified:    src      stats.c
  Log:
  fix previous fix.

Revision  Changes    Path
1.14      +1 -1      icecast/src/stats.c

Index: stats.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/stats.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- stats.c	2002/06/15 04:54:43	1.13
+++ stats.c	2002/06/15 04:57:50	1.14
@@ -31,7 +31,7 @@
         struct _event_listener_tag *next;
 } event_listener_t;
 
-int _stats_running = 1;
+int _stats_running = 0;
 long _stats_thread_id;
 int _stats_threads = 0;
 

<p><p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list