mirror of https://github.com/getdnsapi/getdns.git
Clear domainname.
This commit is contained in:
parent
291ecdae64
commit
560053f3e3
|
@ -3705,6 +3705,7 @@ fprintf(stderr, "in getdns_context_set_local_proxy_policy\n");
|
|||
goto error;
|
||||
|
||||
/* domain-name */
|
||||
policies->policies[i].domainname = NULL;
|
||||
if ((r = getdns_dict_get_bindata(
|
||||
dict, "domain-name", &domain_name)) == GETDNS_RETURN_GOOD) {
|
||||
policies->policies[i].domainname=
|
||||
|
|
Loading…
Reference in New Issue