mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05: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
1 changed files with 2 additions and 0 deletions
|
|
@ -919,7 +919,9 @@ getNextPage:
|
|||
#ifdef HAVE_CYRUS_SASL
|
||||
sasl_done();
|
||||
#endif
|
||||
#ifdef HAVE_TLS
|
||||
ldap_pvt_tls_destroy();
|
||||
#endif
|
||||
return( rc );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue