You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2001/10/16 16:45:57 UTC

cvs commit: httpd-2.0/modules/proxy proxy_util.c

wrowe       01/10/16 07:45:57

  Modified:    modules/proxy proxy_util.c
  Log:
    Hmmm... mismatched namespaces :-?
  
  Revision  Changes    Path
  1.72      +1 -1      httpd-2.0/modules/proxy/proxy_util.c
  
  Index: proxy_util.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/proxy/proxy_util.c,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- proxy_util.c	2001/10/16 05:18:39	1.71
  +++ proxy_util.c	2001/10/16 14:45:56	1.72
  @@ -65,7 +65,7 @@
   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)