From: Jeff Trawick Date: Mon, 26 Jan 2004 22:08:06 +0000 (+0000) Subject: fix out-of-date comment X-Git-Tag: pre_ajp_proxy~766 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb5534b6684564ce6ccff931b0d10b84c1a49a87;p=apache fix out-of-date comment Submitted by: Aryeh Katz Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102415 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_protocol.h b/include/http_protocol.h index 9e879122a1..26aeff76f3 100644 --- a/include/http_protocol.h +++ b/include/http_protocol.h @@ -535,7 +535,7 @@ AP_DECLARE(void) ap_note_digest_auth_failure(request_rec *r); * @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