Share unlock and return between true and false paths.

This commit is contained in:
Kurt Zeilenga 1999-04-05 18:21:31 +00:00
parent dae494e45d
commit 66164a1b58

View File

@ -553,17 +553,12 @@ try_again:
LRU_ADD( cache, ep );
LEI(ep)->lei_refcnt++;
/* free cache mutex */
ldap_pvt_thread_mutex_unlock( &cache->c_mutex );
return( ep );
}
/* free cache mutex */
ldap_pvt_thread_mutex_unlock( &cache->c_mutex );
return( NULL );
return( ep );
}
/*