ldap_pvt_tls_destroy depends on HAVE_TLS

These calls belong in an ldap_destroy() library function.
This commit is contained in:
Howard Chu 2003-05-22 23:25:10 +00:00
parent 8def82e94d
commit 203493bea7

View File

@ -919,7 +919,9 @@ getNextPage:
#ifdef HAVE_CYRUS_SASL
sasl_done();
#endif
#ifdef HAVE_TLS
ldap_pvt_tls_destroy();
#endif
return( rc );
}