Skip to content
Snippets Groups Projects
Commit 5083977f authored by Howard Chu's avatar Howard Chu
Browse files

Cleanup TLS library, for ITS#2620

parent e9115c2f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment