]> granicus.if.org Git - apache/commitdiff
zap an incorrect comment that remained from 1.3 days
authorJeff Trawick <trawick@apache.org>
Wed, 10 Sep 2003 12:12:18 +0000 (12:12 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 10 Sep 2003 12:12:18 +0000 (12:12 +0000)
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

server/protocol.c

index 8bd8cbab0485cfd017878a9067530bbe649ed070..eed204bda8929d73d92766f6e962c677cad4427f 100644 (file)
@@ -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";