2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-03 08:05:21 +00:00

typo caused SIGs to leak memory instead of being added to response

This commit is contained in:
Andreas Gustafsson
1999-09-09 06:55:35 +00:00
parent 4c0b089772
commit 55dd0f94e6

View File

@@ -828,7 +828,7 @@ query_addrrset(ns_client_t *client, dns_name_t **namep,
/* /*
* We have a signature. Add it to the response. * 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; *sigrdatasetp = NULL;
} }
} }