Skip to content
Snippets Groups Projects
Commit f257ee85 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Use LDAP_VERSION2 instead of LDAP_VERSION.

parent 81d8a939
Branches
Tags
No related merge requests found
......@@ -98,7 +98,7 @@ cldap_open( char *host, int port )
return NULL;
}
ld->ld_version = LDAP_VERSION;
ld->ld_version = LDAP_VERSION2;
sock.sin_family = AF_INET;
sock.sin_port = htons( port );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment