ub_setup_recursion also for non roadblock avoidance

This commit is contained in:
Willem Toorop 2015-11-01 15:48:31 +09:00
parent af6947cbb3
commit b062974fb1
1 changed files with 0 additions and 2 deletions

View File

@ -2135,7 +2135,6 @@ ub_setup_stub(struct ub_ctx *ctx, getdns_context *context)
#endif
#ifdef DNSSEC_ROADBLOCK_AVOIDANCE
static getdns_return_t
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;
}
#endif
static getdns_return_t
_getdns_ns_dns_setup(struct getdns_context *context)