mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#9601 Silence warning in libldap/tpool.c
This commit is contained in:
parent
6285668ce5
commit
3be2447dfc
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue