From b062974fb17e968f256406128133a76d5b53cd52 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Sun, 1 Nov 2015 15:48:31 +0900 Subject: [PATCH] ub_setup_recursion also for non roadblock avoidance --- src/context.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/context.c b/src/context.c index ee96dbe5..179a8a88 100644 --- a/src/context.c +++ b/src/context.c @@ -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)