]> git.sur5r.net Git - openldap/commitdiff
Fix adjust_count, missing break
authorHoward Chu <hyc@openldap.org>
Sat, 29 Apr 2006 22:31:33 +0000 (22:31 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 29 Apr 2006 22:31:33 +0000 (22:31 +0000)
libraries/libldap_r/thr_debug.c

index 142f9db23315dcb55d42e6883bcab058e2343bd0..9362b2a2c18636eae7b9c28b84968406e8b002eb 100644 (file)
@@ -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;