mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Cleanup TLS library, for ITS#2620
This commit is contained in:
parent
e9115c2f09
commit
5083977fee
@ -288,6 +288,10 @@ stop:
|
|||||||
/* destroy the thread package */
|
/* destroy the thread package */
|
||||||
ldap_pvt_thread_destroy();
|
ldap_pvt_thread_destroy();
|
||||||
|
|
||||||
|
#ifdef HAVE_TLS
|
||||||
|
ldap_pvt_tls_destroy();
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef NEW_LOGGING
|
#ifdef NEW_LOGGING
|
||||||
LDAP_LOG ( SLURPD, RESULTS, "main: slurpd terminated\n", 0, 0, 0 );
|
LDAP_LOG ( SLURPD, RESULTS, "main: slurpd terminated\n", 0, 0, 0 );
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user