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

Diff of /monit/alert.c

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

revision 1.21 by hauk, Thu Jul 3 02:05:37 2003 UTC revision 1.22 by hauk, Tue Jul 15 01:02:58 2003 UTC
# Line 90  void handle_alert_event(Event_T E) { Line 90  void handle_alert_event(Event_T E) {
90           /* Failed events are always reported */           /* Failed events are always reported */
91           (Event_get_id(E) == EVENT_FAILED) ) {           (Event_get_id(E) == EVENT_FAILED) ) {
92    
93          Mail_T tmp= NEW(tmp);          Mail_T tmp;
94    
95            NEW(tmp);
96                    
97          copy_mail(tmp, m);          copy_mail(tmp, m);
98    

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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