mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 00:25:29 +00:00
put declarations at start of block
This commit is contained in:
@@ -1902,8 +1902,8 @@ configure_view(dns_view_t *view, cfg_obj_t *config, cfg_obj_t *vconfig,
|
|||||||
element != NULL;
|
element != NULL;
|
||||||
element = cfg_list_next(element))
|
element = cfg_list_next(element))
|
||||||
{
|
{
|
||||||
obj = NULL;
|
|
||||||
const cfg_obj_t *dlzopts;
|
const cfg_obj_t *dlzopts;
|
||||||
|
obj = NULL;
|
||||||
|
|
||||||
dlz = cfg_listelt_value(element);
|
dlz = cfg_listelt_value(element);
|
||||||
dlzopts = cfg_tuple_get(dlz, "options");
|
dlzopts = cfg_tuple_get(dlz, "options");
|
||||||
|
Reference in New Issue
Block a user