mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-15 04:00:03 -04:00
_version zone wasn't set to dns_rdataclass_ch
This commit is contained in:
parent
9c2a9c5306
commit
ef9f3246f4
1 changed files with 1 additions and 0 deletions
|
|
@ -667,6 +667,7 @@ create_version_view(dns_c_ctx_t *cctx, dns_zonemgr_t *zmgr, dns_view_t **viewp)
|
|||
|
||||
CHECK(dns_zone_create(&zone, ns_g_mctx));
|
||||
CHECK(dns_zone_setorigin(zone, &origin));
|
||||
dns_zone_setclass(zone, dns_rdataclass_ch);
|
||||
dns_zone_setview(zone, view);
|
||||
|
||||
CHECK(dns_zonemgr_managezone(zmgr, zone));
|
||||
|
|
|
|||
Loading…
Reference in a new issue