mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 22:49:59 -04:00
typo caused SIGs to leak memory instead of being added to response
This commit is contained in:
parent
4c0b089772
commit
55dd0f94e6
1 changed files with 1 additions and 1 deletions
|
|
@ -828,7 +828,7 @@ query_addrrset(ns_client_t *client, dns_name_t **namep,
|
|||
/*
|
||||
* We have a signature. Add it to the response.
|
||||
*/
|
||||
ISC_LIST_APPEND(mname->list, rdataset, link);
|
||||
ISC_LIST_APPEND(mname->list, sigrdataset, link);
|
||||
*sigrdatasetp = NULL;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue