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

Michael Smith msmith at xiph.org
Fri Feb 7 06:00:33 PST 2003



msmith      03/02/07 09:00:33

  Modified:    src      slave.c
  Log:
  Sigh. And another.

Revision  Changes    Path
1.16      +2 -1      icecast/src/slave.c

Index: slave.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/slave.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- slave.c	7 Feb 2003 11:56:40 -0000	1.15
+++ slave.c	7 Feb 2003 14:00:33 -0000	1.16
@@ -117,6 +117,7 @@
     int len;
     char *username = "relay";
     char *password = config_get_config()->master_password;
+    relay_server *relay;
 
     if(password == NULL)
         password = config_get_config()->source_password;
@@ -172,7 +173,7 @@
         }
 
         /* And now, we process the individual mounts... */
-        relay_server *relay = config_get_config()->relay;
+        relay = config_get_config()->relay;
         while(relay) {
             avl_tree_rlock(global.source_tree);
             if(!source_find_mount(relay->mount)) {

<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