From: Jeff Trawick Date: Wed, 10 Sep 2003 12:12:18 +0000 (+0000) Subject: zap an incorrect comment that remained from 1.3 days X-Git-Tag: pre_ajp_proxy~1171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=468445ace27eefd58b4bad49568921d86f48417a;p=apache zap an incorrect comment that remained from 1.3 days Submitted by: Aryeh Katz Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101211 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/protocol.c b/server/protocol.c index 8bd8cbab04..eed204bda8 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -1155,10 +1155,6 @@ AP_DECLARE(int) ap_get_basic_auth_pw(request_rec *r, const char **pw) } t = ap_pbase64decode(r->pool, auth_line); - /* Note that this allocation has to be made from r->connection->pool - * because it has the lifetime of the connection. The other allocations - * are temporary and can be tossed away any time. - */ r->user = ap_getword_nulls (r->pool, &t, ':'); r->ap_auth_type = "Basic";