mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-01 04:50:50 -05:00
Address cut-and-paste error where list name was not changed in one instance for change 5292.
This commit is contained in:
parent
c8925fe4d6
commit
9cd308ac5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue