diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2017-02-03 13:06:34 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2017-02-03 13:06:34 +0000 |
commit | bd51c20871bac7a49ea0adc443050f2894cfd5f3 (patch) | |
tree | c551994131aa8f3315a21aeaf4f9bc2a8b757e89 /libunbound/context.c | |
parent | 27c2fff0f2fef695b0599fc3931cacfc16376e88 (diff) |
Diffstat (limited to 'libunbound/context.c')
-rw-r--r-- | libunbound/context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libunbound/context.c b/libunbound/context.c index 4469b5bb4eb2..94a2472ae531 100644 --- a/libunbound/context.c +++ b/libunbound/context.c @@ -62,6 +62,7 @@ context_finalize(struct ub_ctx* ctx) config_apply(cfg); if(!modstack_setup(&ctx->mods, cfg->module_conf, ctx->env)) return UB_INITFAIL; + log_edns_known_options(VERB_ALGO, ctx->env); ctx->local_zones = local_zones_create(); if(!ctx->local_zones) return UB_NOMEM; |