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

Diff of /monit/protocols/ldap2.c

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

revision 1.7 by chopp, Wed Aug 13 22:18:43 2003 UTC revision 1.8 by chopp, Wed Sep 3 15:29:29 2003 UTC
# Line 132  int check_ldap2(Socket_T s) { Line 132  int check_ldap2(Socket_T s) {
132      return FALSE;      return FALSE;
133    }    }
134    
135    if(strncmp((unsigned char *)buf,    if(strncmp((char *)buf,
136               (unsigned char *)response,               (char *)response,
137               sizeof(response))) {               sizeof(response))) {
138      log("LDAP: anonymous bind failed\n");      log("LDAP: anonymous bind failed\n");
139      return FALSE;      return FALSE;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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