/[monit]/monit/protocols/smtp.c
ViewVC logotype

Diff of /monit/protocols/smtp.c

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

revision 1.23 by hauk, Wed Oct 19 00:50:38 2005 UTC revision 1.24 by hauk, Wed Oct 19 01:00:47 2005 UTC
# Line 74  int check_smtp(Socket_T s) { Line 74  int check_smtp(Socket_T s) {
74    }    }
75        
76    /* Check the reply */    /* Check the reply */
77    if(socket_readln(s, buf, sizeof(buf)) <= 0) {    if(!socket_readln(s, buf, sizeof(buf))) {
78      log("SMTP: error receiving data -- %s\n", STRERROR);      log("SMTP: error receiving data -- %s\n", STRERROR);
79      return FALSE;      return FALSE;
80    }    }

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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