2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

add INSIST

This commit is contained in:
Bob Halley 1999-07-24 03:02:57 +00:00
parent 711b0bed7b
commit ee1d999d6a

View File

@ -190,6 +190,7 @@ client_senddone(isc_task_t *task, isc_event_t *event) {
CTRACE("senddone");
INSIST(client->nsends > 0);
client->nsends--;
isc_mempool_put(client->sendbufs, sevent->region.base);