mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
remove cruft (ITS#6784)
This commit is contained in:
parent
77f78f1d57
commit
af38ed8bea
1 changed files with 0 additions and 1 deletions
|
|
@ -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++;
|
||||
|
|
|
|||
Loading…
Reference in a new issue