[xiph-cvs] cvs commit: icecast/src connection.c
Michael Smith
msmith at xiph.org
Fri Mar 7 21:38:52 PST 2003
msmith 03/03/08 00:38:52
Modified: src connection.c
Log:
Check the right variable for password in icy logins
Revision Changes Path
1.62 +1 -1 icecast/src/connection.c
Index: connection.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/connection.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- connection.c 8 Mar 2003 05:02:13 -0000 1.61
+++ connection.c 8 Mar 2003 05:38:52 -0000 1.62
@@ -507,7 +507,7 @@
return 0;
}
- protocol = httpp_getvar(parser, "HTTP_VAR_PROTOCOL");
+ protocol = httpp_getvar(parser, HTTPP_VAR_PROTOCOL);
if(protocol != NULL && !strcmp(protocol, "ICY")) {
ret = _check_pass_icy(parser, 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