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) {