2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

removed overzealous INSIST()

This commit is contained in:
Andreas Gustafsson
2000-01-31 19:53:44 +00:00
parent bb56f556f5
commit bd1dfb7939

View File

@@ -272,7 +272,6 @@ ns_client_next(ns_client_t *client, isc_result_t result) {
INSIST(client->naccepts == 0);
INSIST(client->nreads == 0);
INSIST(client->nsends == 0);
INSIST(client->nwaiting == 0);
INSIST(client->lockview == NULL);
if (client->next != NULL) {