]> granicus.if.org Git - apache/commitdiff
Jeff's guess, right on. [Thought I committed it all... gotta grab a
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 13 Dec 2001 14:50:36 +0000 (14:50 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 13 Dec 2001 14:50:36 +0000 (14:50 +0000)
  clean parallel tree, all my parallel trees are dirty again.]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92447 13f79535-47bb-0310-9956-ffa450edef68

include/http_core.h

index 665ac00548a792f73b0ab94541bccfa6676b2cf1..a6964179b95722e4432781c29cddc68367db0279 100644 (file)
@@ -447,7 +447,7 @@ typedef struct {
     const char *handler;         /* forced with SetHandler */
     const char *output_filters;  /* forced with SetOutputFilters */
     const char *input_filters;   /* forced with SetInputFilters */
-    int accept_path_info;
+    int accept_path_info;        /* forced with AcceptPathInfo */
 } core_dir_config;
 
 /* Per-server core configuration */