mirror of https://github.com/getdnsapi/getdns.git
Unread assignment
This commit is contained in:
parent
906a8d68c2
commit
bae426a0e2
|
@ -442,12 +442,11 @@ static void parse_config(const char *config_str)
|
||||||
* will get destroyed.
|
* will get destroyed.
|
||||||
*/
|
*/
|
||||||
if (!listen_dict &&
|
if (!listen_dict &&
|
||||||
!(listen_dict = getdns_dict_create())) {
|
!(listen_dict = getdns_dict_create()))
|
||||||
fprintf(stderr, "Could not create "
|
fprintf(stderr, "Could not create "
|
||||||
"listen_dict");
|
"listen_dict");
|
||||||
r = GETDNS_RETURN_MEMORY_ERROR;
|
|
||||||
|
|
||||||
} else if ((r = getdns_dict_set_list(
|
else if ((r = getdns_dict_set_list(
|
||||||
listen_dict, "listen_list", list)))
|
listen_dict, "listen_list", list)))
|
||||||
fprintf(stderr, "Could not set listen_list");
|
fprintf(stderr, "Could not set listen_list");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue