Commit be693aa0 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent 750adb7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;