]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/unbind.c
Update PF_INET6 and PF_UNIX detection, both default to auto
[openldap] / libraries / libldap / unbind.c
index c4222fe4ab7e90978e3a44ee95c60fd9eff51688..7fd116f76048f781cfb36f115ceb949a71a0d2f9 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  */
 /*  Portions
@@ -145,7 +145,7 @@ ldap_ld_free(
        }
 #endif 
 
-       ber_pvt_sb_destroy( &(ld->ld_sb) );   
+       ber_sockbuf_free( ld->ld_sb );   
    
        LDAP_FREE( (char *) ld );