mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 03:11:56 -05:00
removed overzealous INSIST()
This commit is contained in:
parent
bb56f556f5
commit
bd1dfb7939
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue