mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
remove ;; typo
This commit is contained in:
parent
d92b9d3c9e
commit
63f5ec8f8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue