From fde539cb290333c6a0d384fad715be1d12346fb2 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sat, 25 May 2002 15:31:27 +0000 Subject: [PATCH] Bug one of two, INIT_FLAG better pair with set_flag_slot. Submitted by: Sebastian Hantsch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95280 13f79535-47bb-0310-9956-ffa450edef68 --- modules/arch/win32/mod_isapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/arch/win32/mod_isapi.c b/modules/arch/win32/mod_isapi.c index 6d54e0bda3..bb1305c2d1 100644 --- a/modules/arch/win32/mod_isapi.c +++ b/modules/arch/win32/mod_isapi.c @@ -210,7 +210,7 @@ static const command_rec isapi_cmds[] = { (void *)APR_OFFSETOF(isapi_dir_conf, read_ahead_buflen), OR_FILEINFO, "Maximum client request body to initially pass to the" " ISAPI handler (default: 48192)"), - AP_INIT_FLAG("ISAPILogNotSupported", ap_set_int_slot, + AP_INIT_FLAG("ISAPILogNotSupported", ap_set_flag_slot, (void *)APR_OFFSETOF(isapi_dir_conf, log_unsupported), OR_FILEINFO, "Log requests not supported by the ISAPI server" " on or off (default: off)"), -- 2.40.0