]> granicus.if.org Git - apache/commitdiff
Bug one of two, INIT_FLAG better pair with set_flag_slot.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 25 May 2002 15:31:27 +0000 (15:31 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 25 May 2002 15:31:27 +0000 (15:31 +0000)
Submitted by: Sebastian Hantsch <Sebastian.Hantsch@t-online.de>

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

modules/arch/win32/mod_isapi.c

index 6d54e0bda3da5230121329ffaca17d744051c8f1..bb1305c2d16b5a3a3213a08478c3ff31e410b740 100644 (file)
@@ -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)"),