mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
Address cut-and-paste error where list name was not changed in one instance for change 5292.
This commit is contained in:
@@ -1139,7 +1139,7 @@ zone_free(dns_zone_t *zone) {
|
|||||||
isc_event_free(&event);
|
isc_event_free(&event);
|
||||||
}
|
}
|
||||||
while (!ISC_LIST_EMPTY(zone->rss_post)) {
|
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_LIST_UNLINK(zone->rss_post, event, ev_link);
|
||||||
isc_event_free(&event);
|
isc_event_free(&event);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user