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

Diff of /monit/sendmail.c

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

revision 1.35 by martinp, Thu Jan 6 20:51:49 2005 UTC revision 1.36 by martinp, Mon Oct 31 21:34:01 2005 UTC
# Line 180  static void do_status(SendMail_T *S) { Line 180  static void do_status(SendMail_T *S) {
180    int  status;    int  status;
181    char buf[STRLEN];    char buf[STRLEN];
182        
183    if (socket_read(S->socket, buf, sizeof(buf)) <= 0) {    if (socket_readln(S->socket, buf, sizeof(buf)) <= 0) {
184      log("Sendmail: error receiving data from the mailserver '%s' -- %s\n",      log("Sendmail: error receiving data from the mailserver '%s' -- %s\n",
185          S->server, STRERROR);          S->server, STRERROR);
186      siglongjmp(S->error, TRUE);      siglongjmp(S->error, TRUE);

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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