You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2003/09/10 14:12:18 UTC

cvs commit: httpd-2.0/server protocol.c

trawick     2003/09/10 05:12:18

  Modified:    server   protocol.c
  Log:
  zap an incorrect comment that remained from 1.3 days
  
  Submitted by:	Aryeh Katz
  Reviewed by:	Jeff Trawick
  
  Revision  Changes    Path
  1.136     +0 -4      httpd-2.0/server/protocol.c
  
  Index: protocol.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/protocol.c,v
  retrieving revision 1.135
  retrieving revision 1.136
  diff -u -r1.135 -r1.136
  --- protocol.c	12 Jul 2003 13:03:39 -0000	1.135
  +++ protocol.c	10 Sep 2003 12:12:18 -0000	1.136
  @@ -1155,10 +1155,6 @@
       }
   
       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";