From: Jeff Trawick Date: Mon, 26 Jan 2004 22:10:43 +0000 (+0000) Subject: fix old info in doc comment X-Git-Tag: 2.0.49~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=683ee7faeed5675a347e9f78bdf7f3c3d8c8b196;p=thirdparty%2Fapache%2Fhttpd.git fix old info in doc comment Submitted by: Aryeh Katz Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102416 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_protocol.h b/include/http_protocol.h index 9e879122a12..26aeff76f36 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