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

Diff of /monit/protocols/ldap3.c

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

revision 1.13 by martinp, Thu Jan 6 20:51:50 2005 UTC revision 1.14 by martinp, Mon Oct 31 23:12:34 2005 UTC
# Line 127  int check_ldap3(Socket_T s) { Line 127  int check_ldap3(Socket_T s) {
127      return FALSE;      return FALSE;
128    }    }
129    
130    if(socket_read(s, (unsigned char *)buf, sizeof(buf)) <= 0) {    if(socket_read(s, (unsigned char *)buf, sizeof(response)) <= 0) {
131      log("LDAP: error receiving data -- %s\n", STRERROR);      log("LDAP: error receiving data -- %s\n", STRERROR);
132      return FALSE;      return FALSE;
133    }    }

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