From: Jeff Trawick Date: Wed, 10 Sep 2003 12:13:51 +0000 (+0000) Subject: zap an incorrect comment that remained from 1.3 days X-Git-Tag: 2.0.48~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=397a589bdb26b8c543b643880284ab6325fa39ae;p=thirdparty%2Fapache%2Fhttpd.git 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/branches/APACHE_2_0_BRANCH@101212 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/protocol.c b/server/protocol.c index 13604371577..70aafb0af6e 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -1157,10 +1157,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";