]> git.sur5r.net Git - openldap/commitdiff
remove cruft (ITS#6784)
authorPierangelo Masarati <ando@openldap.org>
Wed, 12 Jan 2011 14:23:24 +0000 (14:23 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 12 Jan 2011 14:23:24 +0000 (14:23 +0000)
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++;