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,12 +553,17 @@ 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( ep );
return( NULL );
}
/*