]> granicus.if.org Git - apache/commitdiff
Hmmm... mismatched namespaces :-?
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 16 Oct 2001 14:45:56 +0000 (14:45 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 16 Oct 2001 14:45:56 +0000 (14:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91489 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_util.c

index 3f4830268990f200df75fb7cd21871f5bd4ba39f..5b777902c40df4294bd1ff93fddc1e5331469b3d 100644 (file)
@@ -65,7 +65,7 @@ static int proxy_match_domainname(struct dirconn_entry *This, request_rec *r);
 static int proxy_match_hostname(struct dirconn_entry *This, request_rec *r);
 static int proxy_match_word(struct dirconn_entry *This, request_rec *r);
 
-APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(proxy, AP, int, create_req, 
+APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(proxy, PROXY, int, create_req, 
                                    (request_rec *r, request_rec *pr), (r, pr),
                                    OK, DECLINED)