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

Ed oddsock at xiph.org
Wed Jan 21 07:19:49 PST 2004



oddsock     04/01/21 10:19:49

  Modified:    src      source.c
  Log:
  fixed small bug where if using fallbacks and the main mount was not connected, icecast was not connecting client to the fallback mount.

Revision  Changes    Path
1.65      +1 -1      icecast/src/source.c

Index: source.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/source.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- source.c	15 Jan 2004 15:37:25 -0000	1.64
+++ source.c	21 Jan 2004 15:19:48 -0000	1.65
@@ -168,7 +168,7 @@
         thread_mutex_unlock(&(config_locks()->mounts_lock));
 
         if(fallback_mount != NULL) {
-            return source_find_mount_recursive(mount, depth+1);
+            return source_find_mount_recursive(fallback_mount, depth+1);
         }
     }
 

<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