]> git.sur5r.net Git - openldap/blobdiff - contrib/slapd-modules/authzid/authzid.c
Merge branch 'mdb.master' of ssh://git-master.openldap.org/~git/git/openldap
[openldap] / contrib / slapd-modules / authzid / authzid.c
index 54ee87c9c78200c08df7d2973d76f62160732eaf..972deadb0e913163956d00b5ec6ba6665205697d 100644 (file)
@@ -74,7 +74,6 @@ authzid_conn_find( Connection *c )
        ac = (authzid_conn_t *)avl_find( authzid_tree, (caddr_t)&tmp, authzid_conn_cmp );
        if ( ac == NULL || ( ac != NULL && ac->refcnt != 0 ) ) {
                ac = NULL;
-               ldap_pvt_thread_mutex_unlock( &authzid_mutex );
        }
        if ( ac ) {
                ac->refcnt++;