X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2Funbind.c;h=7fd116f76048f781cfb36f115ceb949a71a0d2f9;hb=55dba4395f81f75ad8f247d3c0fad7119fe1ea9d;hp=c4222fe4ab7e90978e3a44ee95c60fd9eff51688;hpb=9b4e3b2234b0d347c90dc09b1638e8e93497dae1;p=openldap diff --git a/libraries/libldap/unbind.c b/libraries/libldap/unbind.c index c4222fe4ab..7fd116f760 100644 --- a/libraries/libldap/unbind.c +++ b/libraries/libldap/unbind.c @@ -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 );