summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2023-06-09 13:18:02 +0200
committerRuediger Pluem <rpluem@apache.org>2023-06-09 13:18:02 +0200
commitba808b06f3f3296aa7faa063c8265b8a414d1a38 (patch)
treebda3595ee6fc2a7bea6d683654567ade1cdc928c /server
parentfix return codes (diff)
downloadapache2-ba808b06f3f3296aa7faa063c8265b8a414d1a38.tar.xz
apache2-ba808b06f3f3296aa7faa063c8265b8a414d1a38.zip
* Fix copy and paste error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910324 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server')
-rw-r--r--server/request.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/request.c b/server/request.c
index 27336b69cb..54f656ac72 100644
--- a/server/request.c
+++ b/server/request.c
@@ -2234,7 +2234,7 @@ AP_DECLARE(void) ap_hook_check_access_ex(ap_HOOK_access_checker_ex_t *pf,
ap_hook_access_checker_ex(pf, aszPre, aszSucc, nOrder);
}
-AP_DECLARE(void) ap_hook_check_autht(ap_HOOK_check_user_id_t *pf,
+AP_DECLARE(void) ap_hook_check_autht(ap_HOOK_token_checker_t *pf,
const char * const *aszPre,
const char * const *aszSucc,
int nOrder, int type)