You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ak...@locus.apache.org on 2000/02/22 17:02:29 UTC

cvs commit: apache-2.0/src/main http_config.c

ake         00/02/22 08:02:29

  Modified:    src/main http_config.c
  Log:
  Sort hooks after dynamically loaded modules have registered.
  
  Revision  Changes    Path
  1.25      +1 -0      apache-2.0/src/main/http_config.c
  
  Index: http_config.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/main/http_config.c,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- http_config.c	2000/01/28 18:01:06	1.24
  +++ http_config.c	2000/02/22 16:02:29	1.25
  @@ -1306,6 +1306,7 @@
   
       fixup_virtual_hosts(p, s);
       ap_fini_vhost_config(p, s);
  +    ap_sort_hooks();
   
       return s;
   }