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
222f5e06
Commit
222f5e06
authored
Dec 06, 2012
by
Tinderbox User
Browse files
update copyright notice
parent
3e7aa395
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/named/server.c
View file @
222f5e06
...
@@ -1943,7 +1943,7 @@ configure_view(dns_view_t *view, cfg_obj_t *config, cfg_obj_t *vconfig,
...
@@ -1943,7 +1943,7 @@ configure_view(dns_view_t *view, cfg_obj_t *config, cfg_obj_t *vconfig,
if
(
search
==
NULL
||
cfg_obj_asboolean
(
search
))
{
if
(
search
==
NULL
||
cfg_obj_asboolean
(
search
))
{
dlzdb
->
search
=
ISC_TRUE
;
dlzdb
->
search
=
ISC_TRUE
;
result
=
dns_dlzconfigure
(
view
,
dlzdb
,
result
=
dns_dlzconfigure
(
view
,
dlzdb
,
dlzconfigure_callback
);
dlzconfigure_callback
);
if
(
result
!=
ISC_R_SUCCESS
)
if
(
result
!=
ISC_R_SUCCESS
)
goto
cleanup
;
goto
cleanup
;
ISC_LIST_APPEND
(
view
->
dlz_searched
,
ISC_LIST_APPEND
(
view
->
dlz_searched
,
...
...
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