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

karl at motherfish-iii.xiph.org karl at motherfish-iii.xiph.org
Fri Nov 26 16:59:27 PST 2004


Author: karl
Date: 2004-11-26 16:59:26 -0800 (Fri, 26 Nov 2004)
New Revision: 8291

Modified:
   icecast/branches/kh/icecast/src/slave.c
Log:
Missing initialisation causing auth over relays to be incorrect


Modified: icecast/branches/kh/icecast/src/slave.c
===================================================================
--- icecast/branches/kh/icecast/src/slave.c	2004-11-26 21:58:45 UTC (rev 8290)
+++ icecast/branches/kh/icecast/src/slave.c	2004-11-27 00:59:26 UTC (rev 8291)
@@ -248,6 +248,9 @@
                 snprintf (redirect_header, len, "ice-redirect: %s:%d\r\n",
                         config->hostname, config->master_redirect_port);
             }
+            else
+                redirect_header = strdup ("");
+
             config_release_config ();
         }
         else



More information about the commits mailing list