2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Address cut-and-paste error where list name was not changed in one instance for change 5292.

This commit is contained in:
Mark Andrews
2019-09-28 09:59:27 +10:00
parent c8925fe4d6
commit 9cd308ac5e

View File

@@ -1139,7 +1139,7 @@ zone_free(dns_zone_t *zone) {
isc_event_free(&event);
}
while (!ISC_LIST_EMPTY(zone->rss_post)) {
event = ISC_LIST_HEAD(zone->setnsec3param_queue);
event = ISC_LIST_HEAD(zone->rss_post);
ISC_LIST_UNLINK(zone->rss_post, event, ev_link);
isc_event_free(&event);
}