[xiph-commits] r9158 - icecast/branches/kh/icecast/src
karl at motherfish-iii.xiph.org
karl at motherfish-iii.xiph.org
Wed Apr 20 06:43:32 PDT 2005
Author: karl
Date: 2005-04-20 06:43:29 -0700 (Wed, 20 Apr 2005)
New Revision: 9158
Modified:
icecast/branches/kh/icecast/src/source.c
Log:
zero out setting, successive failed on-demand relays were bumping up
the new listener count
Modified: icecast/branches/kh/icecast/src/source.c
===================================================================
--- icecast/branches/kh/icecast/src/source.c 2005-04-20 01:16:10 UTC (rev 9157)
+++ icecast/branches/kh/icecast/src/source.c 2005-04-20 13:43:29 UTC (rev 9158)
@@ -228,6 +228,7 @@
source_free_client (source, client);
}
source->pending_clients_tail = &source->pending_clients;
+ source->new_listeners = 0;
source->first_normal_client = NULL;
if (source->format && source->format->free_plugin)
More information about the commits
mailing list