stoddard    99/06/09 06:37:52

  Modified:    src/main http_main.c
  Log:
  Exit after dumping vhost settings (apache -S) to be consistent with how 
Apache for Unix works.
  
  Revision  Changes    Path
  1.444     +4 -0      apache-1.3/src/main/http_main.c
  
  Index: http_main.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/main/http_main.c,v
  retrieving revision 1.443
  retrieving revision 1.444
  diff -u -r1.443 -r1.444
  --- http_main.c       1999/06/04 04:43:45     1.443
  +++ http_main.c       1999/06/09 13:37:51     1.444
  @@ -6317,6 +6317,10 @@
           clean_parent_exit(0);
       }
   
  +    if (ap_dump_settings) {
  +        clean_parent_exit(0);
  +    }
  +
       /* Treat -k start confpath as just -f confpath */
       if (signal_to_send && strcasecmp(signal_to_send, "start")) {
           send_signal(pconf, signal_to_send);
  
  
  

Reply via email to