From: William A. Rowe Jr Date: Sat, 25 May 2002 15:31:27 +0000 (+0000) Subject: Bug one of two, INIT_FLAG better pair with set_flag_slot. X-Git-Tag: 2.0.37~268 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fde539cb290333c6a0d384fad715be1d12346fb2;p=apache 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 --- 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)"),