]> git.sur5r.net Git - openldap/commitdiff
Use LDAP_VERSION2 instead of LDAP_VERSION.
authorKurt Zeilenga <kurt@openldap.org>
Mon, 7 Jun 1999 18:45:52 +0000 (18:45 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 7 Jun 1999 18:45:52 +0000 (18:45 +0000)
libraries/libldap/cldap.c

index 7d4f34a4399eeb867a4f438d9e4791b1f38f3ce4..ec7ea7ee81dac6b4d4b172d88c6d0a2407ec743b 100644 (file)
@@ -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 );