From: William A. Rowe Jr Date: Mon, 27 Aug 2001 02:57:54 +0000 (+0000) Subject: I think this statement makes more sense, please ask if it isn't clear. X-Git-Tag: 2.0.25~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea0f387cda8c43294cf250ac654cb51603ccd6b5;p=apache I think this statement makes more sense, please ask if it isn't clear. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90711 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index 5808f166b8..2ac5e704b9 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -786,7 +786,7 @@ struct request_rec { char *uri; /** The filename on disk that this response corresponds to */ char *filename; - /** The true filename, we canonicalize if it differs from r->filename */ + /** The true filename, we canonicalize r->filename if these don't match */ char *canonical_filename; /** The path_info for this request if there is any. */ char *path_info;