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

Michael Smith msmith at xiph.org
Thu Feb 20 14:18:24 PST 2003



msmith      03/02/20 17:18:24

  Modified:    src      connection.c
  Log:
  Oops. Very broken password checking, fix from Karl Heyes.

Revision  Changes    Path
1.53      +1 -0      icecast/src/connection.c

Index: connection.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/connection.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- connection.c	17 Feb 2003 13:01:37 -0000	1.52
+++ connection.c	20 Feb 2003 22:18:24 -0000	1.53
@@ -427,6 +427,7 @@
             user = mountinfo->username;
             break;
         }
+        mountinfo = mountinfo->next;
     }
 
     if(!pass) {

<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