Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
ef9f3246
Commit
ef9f3246
authored
May 23, 2000
by
Brian Wellington
Browse files
_version zone wasn't set to dns_rdataclass_ch
parent
9c2a9c53
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/named/server.c
View file @
ef9f3246
...
...
@@ -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
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment