Cleanup TLS library, for ITS#2620

This commit is contained in:
Howard Chu 2003-11-19 09:01:13 +00:00
parent e9115c2f09
commit 5083977fee

View File

@ -288,6 +288,10 @@ stop:
/* destroy the thread package */
ldap_pvt_thread_destroy();
#ifdef HAVE_TLS
ldap_pvt_tls_destroy();
#endif
#ifdef NEW_LOGGING
LDAP_LOG ( SLURPD, RESULTS, "main: slurpd terminated\n", 0, 0, 0 );
#else