mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-18 15:20:35 +08:00
ldap_pvt_tls_destroy depends on HAVE_TLS
These calls belong in an ldap_destroy() library function.
This commit is contained in:
parent
8def82e94d
commit
203493bea7
@ -919,7 +919,9 @@ getNextPage:
|
||||
#ifdef HAVE_CYRUS_SASL
|
||||
sasl_done();
|
||||
#endif
|
||||
#ifdef HAVE_TLS
|
||||
ldap_pvt_tls_destroy();
|
||||
#endif
|
||||
return( rc );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user