[xiph-commits] r8218 - icecast/branches/kh/icecast/src

karl at motherfish-iii.xiph.org karl at motherfish-iii.xiph.org
Thu Nov 18 05:25:53 PST 2004


Author: karl
Date: 2004-11-18 05:25:53 -0800 (Thu, 18 Nov 2004)
New Revision: 8218

Modified:
   icecast/branches/kh/icecast/src/source.c
Log:
removed a line too many, stats were not being updated on new listeners


Modified: icecast/branches/kh/icecast/src/source.c
===================================================================
--- icecast/branches/kh/icecast/src/source.c	2004-11-18 12:32:29 UTC (rev 8217)
+++ icecast/branches/kh/icecast/src/source.c	2004-11-18 13:25:53 UTC (rev 8218)
@@ -999,6 +999,7 @@
     {
         DEBUG1("Adding %d client(s)", count);
         source->listeners += count;
+        stats_event_args (source->mount, "listeners", "%d", source->listeners);
     }
 }
 



More information about the commits mailing list