View | Details | Raw Unified | Return to bug 50867
Collapse All | Expand All

(-)libbalsa/address-book-ldap.c (-1 / +1 lines)
Lines 201-207 Link Here
201
libbalsa_address_book_ldap_close_connection(LibBalsaAddressBookLdap * ab)
201
libbalsa_address_book_ldap_close_connection(LibBalsaAddressBookLdap * ab)
202
{
202
{
203
    if (ab->directory) {
203
    if (ab->directory) {
204
	ldap_destroy_cache(ab->directory);
204
/*	ldap_destroy_cache(ab->directory); 11 Apr 2003, JED */
205
	ldap_unbind(ab->directory);
205
	ldap_unbind(ab->directory);
206
	ab->directory = NULL;
206
	ab->directory = NULL;
207
    }
207
    }

Return to bug 50867