Skip to content
Snippets Groups Projects
Commit 63f5ec8f authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

remove ;; typo

parent d92b9d3c
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment