mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-02 05:20:33 -05:00
[master] intialize result *correctly*
This commit is contained in:
parent
5eba0cae0b
commit
4069b09224
1 changed files with 1 additions and 1 deletions
|
|
@ -9440,7 +9440,7 @@ find_name_in_list_from_map(const cfg_obj_t *config,
|
|||
{
|
||||
const cfg_obj_t *list = NULL;
|
||||
const cfg_listelt_t *element;
|
||||
const cfg_obj_t *result = ISC_R_SUCCESS;
|
||||
const cfg_obj_t *result = NULL;
|
||||
|
||||
cfg_map_get(config, map_key_for_list, &list);
|
||||
for (element = cfg_list_first(list);
|
||||
|
|
|
|||
Loading…
Reference in a new issue