summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2004-03-14 17:24:55 +0100
committerAndré Malo <nd@apache.org>2004-03-14 17:24:55 +0100
commit093bd929736edf2d9023a95f02f34a9ddccc3546 (patch)
treee604701b8d56038f90d01fb763532ea0c4e74287 /include
parentrepos.c: In function `dav_fs_copymove_file': (diff)
downloadapache2-093bd929736edf2d9023a95f02f34a9ddccc3546.tar.xz
apache2-093bd929736edf2d9023a95f02f34a9ddccc3546.zip
Satisfy directives now can be influenced by a surrounding <Limit>
container. PR: 14726. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102954 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/http_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_core.h b/include/http_core.h
index 2aa81e52c7..2d068764de 100644
--- a/include/http_core.h
+++ b/include/http_core.h
@@ -415,7 +415,7 @@ typedef struct {
/* Authentication stuff. Groan... */
- int satisfy;
+ int *satisfy; /* for every method one */
char *ap_auth_type;
char *ap_auth_name;
apr_array_header_t *ap_requires;