/[monit]/monit/monitor.c
ViewVC logotype

Diff of /monit/monitor.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.64 by martinp, Sat Sep 13 20:43:44 2003 UTC revision 1.65 by martinp, Sat Sep 13 20:53:12 2003 UTC
# Line 550  static RETSIGTYPE do_destroy(int sig) { Line 550  static RETSIGTYPE do_destroy(int sig) {
550        if(Run.isdaemon && !Run.validate) {        if(Run.isdaemon && !Run.validate) {
551          stop_http();          stop_http();
552          log("%s daemon with pid [%d] killed\n", prog, (int)getpid());          log("%s daemon with pid [%d] killed\n", prog, (int)getpid());
553            finalize_files();
554            state_finalize();
555        }        }
       finalize_files();  
       state_finalize();  
556        /* Fall trough */        /* Fall trough */
557    default:    default:
558        gc();        gc();

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26