mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
ITS#9601 Silence warning in libldap/tpool.c
This commit is contained in:
parent
6285668ce5
commit
3be2447dfc
@ -734,6 +734,8 @@ ldap_pvt_thread_pool_query(
|
||||
case LDAP_PVT_THREAD_POOL_PARAM_BACKLOAD:
|
||||
count += pq->ltp_pending_count + pq->ltp_active_count;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
ldap_pvt_thread_mutex_unlock(&pq->ltp_mutex);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user