remove cruft (ITS#6784)

This commit is contained in:
Pierangelo Masarati 2011-01-12 14:23:24 +00:00
parent 77f78f1d57
commit af38ed8bea

View 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++;