mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 13:39:59 -04:00
Clean up client->ecs when we're done with the request.
This commit is contained in:
parent
44c8202b0c
commit
aa3da7a232
1 changed files with 1 additions and 0 deletions
|
|
@ -763,6 +763,7 @@ ns_client_endrequest(ns_client_t *client) {
|
|||
client->udpsize = 512;
|
||||
client->extflags = 0;
|
||||
client->ednsversion = -1;
|
||||
dns_ecs_init(&client->ecs);
|
||||
dns_message_reset(client->message, DNS_MESSAGE_INTENTPARSE);
|
||||
|
||||
if (client->recursionquota != NULL) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue