mirror of https://github.com/getdnsapi/getdns.git
Compare commits
No commits in common. "544746094c19f7c6750ecdaea46887933218319a" and "2599a04f14260ea8f1a73070980d2a7b502b859a" have entirely different histories.
544746094c
...
2599a04f14
|
@ -3848,8 +3848,6 @@ fprintf(stderr, "in getdns_context_set_local_proxy_policy\n");
|
||||||
}
|
}
|
||||||
else if (r != GETDNS_RETURN_NO_SUCH_DICT_NAME)
|
else if (r != GETDNS_RETURN_NO_SUCH_DICT_NAME)
|
||||||
goto error;
|
goto error;
|
||||||
else
|
|
||||||
policies->policies[i].interface = NULL;
|
|
||||||
}
|
}
|
||||||
_getdns_proxy_policies_dereference(context->proxy_policies);
|
_getdns_proxy_policies_dereference(context->proxy_policies);
|
||||||
context->proxy_policies = policies;
|
context->proxy_policies = policies;
|
||||||
|
|
2
stubby
2
stubby
|
@ -1 +1 @@
|
||||||
Subproject commit 3d5632852826736b14a5b86b6f19117f7bce97da
|
Subproject commit edb3d27fa51c1fd5aedae1b473bed20707de76cd
|
Loading…
Reference in New Issue