From ea0f387cda8c43294cf250ac654cb51603ccd6b5 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Mon, 27 Aug 2001 02:57:54 +0000 Subject: [PATCH] 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 --- include/httpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1