From 93e81217b14357a357a62154821e7f1b14f50b8d Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 13 Dec 2001 14:50:36 +0000 Subject: [PATCH] Jeff's guess, right on. [Thought I committed it all... gotta grab a 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/http_core.h b/include/http_core.h index 665ac00548..a6964179b9 100644 --- a/include/http_core.h +++ b/include/http_core.h @@ -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 */ -- 2.50.1