mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
removed overzealous INSIST()
This commit is contained in:
@@ -272,7 +272,6 @@ ns_client_next(ns_client_t *client, isc_result_t result) {
|
|||||||
INSIST(client->naccepts == 0);
|
INSIST(client->naccepts == 0);
|
||||||
INSIST(client->nreads == 0);
|
INSIST(client->nreads == 0);
|
||||||
INSIST(client->nsends == 0);
|
INSIST(client->nsends == 0);
|
||||||
INSIST(client->nwaiting == 0);
|
|
||||||
INSIST(client->lockview == NULL);
|
INSIST(client->lockview == NULL);
|
||||||
|
|
||||||
if (client->next != NULL) {
|
if (client->next != NULL) {
|
||||||
|
Reference in New Issue
Block a user