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

Diff of /monit/validate.c

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

revision 1.13 by chopp, Fri Aug 30 10:11:54 2002 UTC revision 1.14 by hauk, Fri Sep 6 18:13:37 2002 UTC
# Line 307  static void do_start(Process_T p, char * Line 307  static void do_start(Process_T p, char *
307    
308    va_end(ap);    va_end(ap);
309        
310    smtp_alert_restart(p, "%s", tmp );    smtp_alert_restart(p, "%s", tmp);
311    
312    free(tmp);    free(tmp);
313        
# Line 345  static void do_stop(Process_T p, char *m Line 345  static void do_stop(Process_T p, char *m
345    va_end(ap);    va_end(ap);
346        
347        
348    smtp_alert_stop(p, "%s", tmp );    smtp_alert_stop(p, "%s", tmp);
349    
350    free(tmp);    free(tmp);
351    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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