]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Don't use ldap_pvt_thread_pool_context_reset() here. Just in main.
authorHoward Chu <hyc@openldap.org>
Thu, 25 Jan 2007 13:42:01 +0000 (13:42 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 25 Jan 2007 13:42:01 +0000 (13:42 +0000)
servers/slapd/overlays/accesslog.c

index 4e3cbdfe69df27e0c77577f8399ca904d7e6820d..1c62b716df438ce69918bfb163477a2e269c70ff 100644 (file)
@@ -1455,7 +1455,6 @@ accesslog_db_open(
                attrs_free( e->e_attrs );
                ch_free( e );
        }
-       ldap_pvt_thread_pool_context_reset( thrctx );
        return rc;
 }