]> git.sur5r.net Git - openldap/commitdiff
ITS#4006 add stub for ldap_pvt_thread_pool_context_reset()
authorHoward Chu <hyc@openldap.org>
Tue, 6 Sep 2005 22:11:26 +0000 (22:11 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 6 Sep 2005 22:11:26 +0000 (22:11 +0000)
libraries/libldap_r/thr_stub.c

index ee65e6779067a06714603ccad643b7ed3a5c65ea..03c3b1be60fbf5149ebcdf79b5f89c0f1c9ed27a 100644 (file)
@@ -216,6 +216,10 @@ void *ldap_pvt_thread_pool_context( )
        return(NULL);
 }
 
+void ldap_pvt_thread_pool_context_reset( void *vctx )
+{
+}
+
 ldap_pvt_thread_t
 ldap_pvt_thread_self( void )
 {