Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 20255 invoked from network); 27 Jan 2004 03:56:42 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 27 Jan 2004 03:56:42 -0000 Received: (qmail 70888 invoked by uid 500); 27 Jan 2004 03:44:43 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 64381 invoked by uid 500); 27 Jan 2004 03:40:53 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 89997 invoked by uid 500); 26 Jan 2004 22:41:24 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 1862 invoked from network); 26 Jan 2004 22:10:35 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 26 Jan 2004 22:10:35 -0000 Received: (qmail 84059 invoked by uid 1121); 26 Jan 2004 22:10:44 -0000 Date: 26 Jan 2004 22:10:44 -0000 Message-ID: <20040126221044.84058.qmail@minotaur.apache.org> From: trawick@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/include http_protocol.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N trawick 2004/01/26 14:10:44 Modified: include Tag: APACHE_2_0_BRANCH http_protocol.h Log: fix old info in doc comment Submitted by: Aryeh Katz Reviewed by: Jeff Trawick Revision Changes Path No revision No revision 1.83.2.4 +1 -1 httpd-2.0/include/http_protocol.h Index: http_protocol.h =================================================================== RCS file: /home/cvs/httpd-2.0/include/http_protocol.h,v retrieving revision 1.83.2.3 retrieving revision 1.83.2.4 diff -u -r1.83.2.3 -r1.83.2.4 --- http_protocol.h 7 Jan 2004 02:49:46 -0000 1.83.2.3 +++ http_protocol.h 26 Jan 2004 22:10:43 -0000 1.83.2.4 @@ -535,7 +535,7 @@ * @param r The current request * @param pw The password as set in the headers * @return 0 (OK) if it set the 'pw' argument (and assured - * a correct value in r->connection->user); otherwise it returns + * a correct value in r->user); otherwise it returns * an error code, either HTTP_INTERNAL_SERVER_ERROR if things are * really confused, HTTP_UNAUTHORIZED if no authentication at all * seemed to be in use, or DECLINED if there was authentication but