mirror of https://github.com/getdnsapi/getdns.git
Merge branch 'devel/robustness' of https://github.com/getdnsapi/getdns into devel/robustness_bugfix
This commit is contained in:
commit
ddade192a3
|
@ -1279,6 +1279,7 @@ void read_line_cb(void *userarg)
|
||||||
if (listen_count)
|
if (listen_count)
|
||||||
(void) getdns_context_set_listen_addresses(
|
(void) getdns_context_set_listen_addresses(
|
||||||
context, NULL, NULL, NULL);
|
context, NULL, NULL, NULL);
|
||||||
|
if (interactive && !query_file)
|
||||||
(void) getdns_context_set_upstream_recursive_servers(
|
(void) getdns_context_set_upstream_recursive_servers(
|
||||||
context, NULL);
|
context, NULL);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue