remove ;; typo

This commit is contained in:
Kurt Zeilenga 1999-02-05 17:39:38 +00:00
parent d92b9d3c9e
commit 63f5ec8f8b

View File

@ -84,7 +84,7 @@ cache_return_entry_rw( struct cache *cache, Entry *e, int rw )
/* set cache mutex */
ldap_pvt_thread_mutex_lock( &cache->c_mutex );
entry_rdwr_unlock(e, rw);;
entry_rdwr_unlock(e, rw);
if ( --e->e_refcnt == 0 && e->e_state == ENTRY_STATE_DELETED ) {
entry_free( e );