]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/unbind.c
fix non-printable flag detection; improve dn test (passes all but last in http:/...
[openldap] / libraries / libldap / unbind.c
index 0d16da652b8705c864955075af38d719b1b1f094..b2a35e9c5c0c4877017d8c709c8ade3c2e60440b 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  */
 /*  Portions
@@ -157,8 +157,6 @@ ldap_ld_free(
    
        LDAP_FREE( (char *) ld );
    
-       WSACleanup();
-
        return( err );
 }