From 6f089ea8c77b90c4b460714ee416a0075e25b6cd Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Mon, 22 Jan 2001 01:57:51 +0000 Subject: [PATCH] s/LAST/MIDDLE/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87786 13f79535-47bb-0310-9956-ffa450edef68 --- support/apxs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/apxs.in b/support/apxs.in index b065f01d28..11d8fa5543 100644 --- a/support/apxs.in +++ b/support/apxs.in @@ -619,7 +619,7 @@ static int %NAME%_handler(request_rec *r) static void %NAME%_register_hooks(apr_pool_t *p) { - ap_hook_handler(%NAME%_handler, NULL, NULL, APR_HOOK_LAST); + ap_hook_handler(%NAME%_handler, NULL, NULL, APR_HOOK_MIDDLE); } /* Dispatch list for API hooks */ -- 2.50.1