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

Michael Smith msmith at xiph.org
Fri Jan 17 23:39:29 PST 2003



msmith      03/01/18 02:39:29

  Modified:    src      connection.c
  Log:
  And some more message fixes (this and the previous from alet at librelogiciel.com (Jerome Alet)

Revision  Changes    Path
1.41      +2 -2      icecast/src/connection.c

Index: connection.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/connection.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- connection.c	18 Jan 2003 07:38:18 -0000	1.40
+++ connection.c	18 Jan 2003 07:39:29 -0000	1.41
@@ -589,7 +589,7 @@
                                         
         /* there are several types of HTTP GET clients
         ** media clients, which are looking for a source (eg, URI = /stream.ogg)
-	** stats clients, which are looking for /stats.xml
+	** stats clients, which are looking for /admin/stats.xml
         ** and director server authorizers, which are looking for /GUID-xxxxxxxx 
     ** (where xxxxxx is the GUID in question) - this isn't implemented yet.
         ** we need to handle the latter two before the former, as the latter two
@@ -598,7 +598,7 @@
         /* TODO: add GUID-xxxxxx */
         if (strcmp(uri, "/admin/stats.xml") == 0) {
             if (!_check_source_pass(parser)) {
-		    INFO0("Request for stats.xml with incorrect or no password");
+		    INFO0("Request for /admin/stats.xml with incorrect or no password");
             client_send_401(client);
             return;
             }

<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