ben         97/06/29 08:25:22

  Modified:    src       http_log.c
  Log:
  Make assert() exit.
  Submitted by: Marc Slemko
  
  Revision  Changes    Path
  1.17      +1 -0      apache/src/http_log.c
  
  Index: http_log.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/http_log.c,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -C3 -r1.16 -r1.17
  *** http_log.c        1997/06/29 00:05:12     1.16
  --- http_log.c        1997/06/29 15:25:21     1.17
  ***************
  *** 213,216 ****
  --- 213,217 ----
        ap_snprintf(buf, sizeof(buf), 
            "line %d, assertion \"%s\" failed",nLine,szExp);
        log_unixerr("assert",szFile,buf,NULL);
  +     exit(1);
    }
  
  
  

Reply via email to