]> granicus.if.org Git - apache/commitdiff
fix out-of-date comment
authorJeff Trawick <trawick@apache.org>
Mon, 26 Jan 2004 22:08:06 +0000 (22:08 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 26 Jan 2004 22:08:06 +0000 (22:08 +0000)
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

index 9e879122a12b8bd7538aae72f0b76ce889c61c76..26aeff76f369dd92fae49f69fc00cc9250142c20 100644 (file)
@@ -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