mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +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 = cfg_list_next(element))
|
||||
{
|
||||
obj = NULL;
|
||||
const cfg_obj_t *dlzopts;
|
||||
obj = NULL;
|
||||
|
||||
dlz = cfg_listelt_value(element);
|
||||
dlzopts = cfg_tuple_get(dlz, "options");
|
||||
|
Reference in New Issue
Block a user