mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 20:12:06 -04:00
Merge branch 'marka-correct-list' into 'master'
use correct list See merge request isc-projects/bind9!2410
This commit is contained in:
commit
06b1af798f
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