Allow clearing of upstreams

This commit is contained in:
Willem Toorop 2017-10-19 12:35:10 +02:00
parent 87879783ec
commit 272d0cf0ef
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
CONTEXT_CREATE(TRUE);
ASSERT_RC(getdns_context_set_upstream_recursive_servers(context, NULL),
GETDNS_RETURN_INVALID_PARAMETER, "Return code from getdns_context_set_upstream_recursive_servers()");
GETDNS_RETURN_GOOD, "Return code from getdns_context_set_upstream_recursive_servers()");
CONTEXT_DESTROY;