]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap_r/threads.c
Additional updates for devel (NT builds, header changes, todo update)
[openldap] / libraries / libldap_r / threads.c
index 9f845fe953e47676c6905421d7438ac33e905fbe..3ac48498e7ac9c44f96473d357efc03e7b68cca4 100644 (file)
@@ -52,7 +52,7 @@ int ldap_pvt_thread_destroy( void )
 #ifndef LDAP_THREAD_HAVE_TPOOL
        (void) ldap_int_thread_pool_shutdown();
 #endif
-       (void) ldap_int_thread_destroy();
+       return ldap_int_thread_destroy();
 }
 
 #ifndef LDAP_THREAD_HAVE_GETCONCURRENCY