mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix adjust_count, missing break
This commit is contained in:
parent
4d53e756dd
commit
7026d5219f
@ -620,6 +620,7 @@ adjust_count( int which, int adjust )
|
||||
resource_counts[which] += adjust;
|
||||
rc = ldap_int_thread_mutex_unlock( &resource_mutexes[which] );
|
||||
assert( rc == 0 );
|
||||
break;
|
||||
case Count_reported:
|
||||
fputs( "== thr_debug: More thread activity after exit ==\n", stderr );
|
||||
count = Count_reported_more;
|
||||
|
Loading…
Reference in New Issue
Block a user