]> git.sur5r.net Git - openldap/commitdiff
Cleanup TLS library, for ITS#2620
authorHoward Chu <hyc@openldap.org>
Wed, 19 Nov 2003 09:01:13 +0000 (09:01 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 19 Nov 2003 09:01:13 +0000 (09:01 +0000)
servers/slurpd/main.c

index 5f53a89e6b9aea63e4126a77e8c708258a1dfc0a..aad65a33ee4463377940f951486dfebd1ace3321 100644 (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