mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 00:50:00 -04:00
update copyright notice
This commit is contained in:
parent
3e7aa39577
commit
222f5e0697
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
dlzdb->search = ISC_TRUE;
|
||||
result = dns_dlzconfigure(view, dlzdb,
|
||||
dlzconfigure_callback);
|
||||
dlzconfigure_callback);
|
||||
if (result != ISC_R_SUCCESS)
|
||||
goto cleanup;
|
||||
ISC_LIST_APPEND(view->dlz_searched,
|
||||
|
|
|
|||
Loading…
Reference in a new issue