From 71b2a44945f189ecf4ecc1ff68c8a56b4aa82c05 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Wed, 23 Dec 2015 21:19:52 +0100 Subject: [PATCH] Remove root_servers comment leftovers --- src/context.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/context.c b/src/context.c index 00c685ce..0c106cac 100644 --- a/src/context.c +++ b/src/context.c @@ -2356,12 +2356,8 @@ ub_setup_recursing(struct ub_ctx *ctx, getdns_context *context) _getdns_rr_iter rr_spc, *rr; char ta_str[8192]; - /* TODO: use the root servers via root hints file */ (void) ub_ctx_set_fwd(ctx, NULL); if (!context->unbound_ta_set && context->trust_anchors) { - /* fprintf(stderr, "set root hints %d\n", - ub_ctx_set_option(ctx, "root-hints:", "/home/willem/test.hints")); */ - for ( rr = _getdns_rr_iter_init( &rr_spc , context->trust_anchors , context->trust_anchors_len)