From fb5534b6684564ce6ccff931b0d10b84c1a49a87 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 26 Jan 2004 22:08:06 +0000 Subject: [PATCH] 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 --- include/http_protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1