ITS#9601 Silence warning in libldap/tpool.c

This commit is contained in:
Bin Lan 2021-06-29 11:12:19 +08:00 committed by Howard Chu
parent 6285668ce5
commit 3be2447dfc

View File

@ -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);
}