mirror of https://github.com/getdnsapi/getdns.git
ub_setup_recursion also for non roadblock avoidance
This commit is contained in:
parent
af6947cbb3
commit
b062974fb1
|
@ -2135,7 +2135,6 @@ ub_setup_stub(struct ub_ctx *ctx, getdns_context *context)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef DNSSEC_ROADBLOCK_AVOIDANCE
|
|
||||||
static getdns_return_t
|
static getdns_return_t
|
||||||
ub_setup_recursing(struct ub_ctx *ctx, getdns_context *context)
|
ub_setup_recursing(struct ub_ctx *ctx, getdns_context *context)
|
||||||
{
|
{
|
||||||
|
@ -2160,7 +2159,6 @@ ub_setup_recursing(struct ub_ctx *ctx, getdns_context *context)
|
||||||
}
|
}
|
||||||
return GETDNS_RETURN_GOOD;
|
return GETDNS_RETURN_GOOD;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
static getdns_return_t
|
static getdns_return_t
|
||||||
_getdns_ns_dns_setup(struct getdns_context *context)
|
_getdns_ns_dns_setup(struct getdns_context *context)
|
||||||
|
|
Loading…
Reference in New Issue