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

karl at svn.xiph.org karl at svn.xiph.org
Thu Jul 14 09:46:13 PDT 2005


Author: karl
Date: 2005-07-14 09:46:10 -0700 (Thu, 14 Jul 2005)
New Revision: 9566

Modified:
   icecast/branches/kh/icecast/src/slave.c
Log:
without this, relays configured from a master icecast were flagged as disabled


Modified: icecast/branches/kh/icecast/src/slave.c
===================================================================
--- icecast/branches/kh/icecast/src/slave.c	2005-07-14 10:29:34 UTC (rev 9565)
+++ icecast/branches/kh/icecast/src/slave.c	2005-07-14 16:46:10 UTC (rev 9566)
@@ -639,6 +639,7 @@
                 r->localmount = xmlStrdup (buf);
                 r->mp3metadata = 1;
                 r->on_demand = on_demand;
+                r->enable = 1;
                 if (send_auth)
                 {
                     r->username = xmlStrdup (username);



More information about the commits mailing list