Changeset 214 for trunk/src/sh_forward.c
- Timestamp:
- Feb 17, 2009, 10:54:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_forward.c
r210 r214 131 131 #include "sh_entropy.h" 132 132 #include "sh_html.h" 133 #include "sh_ mail.h"133 #include "sh_nmail.h" 134 134 #include "sh_socket.h" 135 135 #define SH_NEED_GETHOSTBYXXX … … 791 791 if (status != 0) 792 792 { 793 (void) push_tail_list (fifo, popmsg );793 (void) push_tail_list (fifo, popmsg, 0, NULL); 794 794 SH_FREE(popmsg); 795 if (SH_FIFO_MAX == push_list (fifo, errmsg ))795 if (SH_FIFO_MAX == push_list (fifo, errmsg, 0,NULL)) 796 796 { 797 797 SL_RETURN (-2, _("sh_forward")); … … 812 812 sh.srvexport.name); 813 813 failed = BAD; 814 if (SH_FIFO_MAX == push_list (fifo, errmsg )) /* push messageon stack */814 if (SH_FIFO_MAX == push_list (fifo, errmsg, 0, NULL))/* push on stack */ 815 815 { 816 816 SL_RETURN (-2, _("sh_forward")); … … 5062 5062 sh_forward_mark_dead (); 5063 5063 5064 #if defined(SH_WITH_MAIL)5065 reset_count_dev_mail();5066 #endif5067 5064 reset_count_dev_console(); 5068 5065 reset_count_dev_time(); … … 5284 5281 { 5285 5282 TPT((0, FIL__, __LINE__, _("msg=<Flush mail queue.>\n"))) 5286 (void) sh_ mail_msg (NULL);5283 (void) sh_nmail_flush (); 5287 5284 sh.mailTime.alarm_last = tcurrent; 5288 5285 }
Note:
See TracChangeset
for help on using the changeset viewer.