Backout last change... finish my first coke... try again later...

This commit is contained in:
Kurt Zeilenga 1999-04-05 18:30:56 +00:00
parent 66164a1b58
commit cf4371d108

View File

@ -553,7 +553,6 @@ try_again:
LRU_ADD( cache, ep );
LEI(ep)->lei_refcnt++;
}
/* free cache mutex */
ldap_pvt_thread_mutex_unlock( &cache->c_mutex );
@ -561,6 +560,12 @@ try_again:
return( ep );
}
/* free cache mutex */
ldap_pvt_thread_mutex_unlock( &cache->c_mutex );
return( NULL );
}
/*
* cache_delete_entry - delete the entry e from the cache. the caller
* should have obtained e (increasing its ref count) via a call to one