]> git.sur5r.net Git - openldap/commitdiff
Disable thread pooling while I fix the deadlock.
authorMark Valence <mrv@openldap.org>
Thu, 8 Jun 2000 02:07:49 +0000 (02:07 +0000)
committerMark Valence <mrv@openldap.org>
Thu, 8 Jun 2000 02:07:49 +0000 (02:07 +0000)
libraries/libldap_r/threads.c

index a1650db3149613ef7d072ea7ae123c3e96245ce1..cd9934184a7416d34bd01aaa754088d51018f135 100644 (file)
@@ -306,6 +306,8 @@ ldap_pvt_thread_pool_submit ( ldap_pvt_thread_pool_t pool, void *(*start_routine
        int need_thread = 0;
        ldap_pvt_thread_t thr;
 
+       return ldap_pvt_thread_create( &thr, 1, (void *)start_routine, arg );
+
        if (pool == NULL)
                return(-1);