You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@locus.apache.org on 2000/03/30 20:25:48 UTC

cvs commit: apache-2.0/src ApacheCore.def

trawick     00/03/30 10:25:47

  Modified:    src      ApacheCore.def
  Log:
  ap_hook_pre_config is gone
  Submitted by:	William Rowe
  Reviewed by:	Jeff Trawick
  
  Revision  Changes    Path
  1.12      +1 -1      apache-2.0/src/ApacheCore.def
  
  Index: ApacheCore.def
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/ApacheCore.def,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ApacheCore.def	2000/02/17 23:55:11	1.11
  +++ ApacheCore.def	2000/03/30 18:25:46	1.12
  @@ -390,7 +390,7 @@
           ap_hook_type_checker @385
           ap_hook_access_checker @386
           ap_hook_header_parser @387
  -        ap_hook_pre_config @388
  +;       ap_hook_pre_config @388
           ap_hook_post_config @389
           ap_hook_open_logs @390
           ap_hook_child_init @391