2
0
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:
Mark Andrews
2012-12-07 23:49:03 +11:00
parent b123b265e3
commit a28f8028dc

View File

@@ -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");