mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-02 19:59:28 -05:00
Update validator/validator.c
Co-authored-by: Yorgos Thessalonikefs <george@nlnetlabs.nl>
This commit is contained in:
parent
1e85749e6e
commit
c8ae3de610
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ val_init(struct module_env* env, int id)
|
|||
struct trust_anchor* anchor = anchors_find_any_noninsecure(
|
||||
env->anchors);
|
||||
if(anchor) {
|
||||
char b[257];
|
||||
char b[LDNS_MAX_DOMAINLEN+2];
|
||||
dname_str(anchor->name, b);
|
||||
log_warn("validator: disable-edns-do is enabled, but there is a trust anchor for '%s'. Since DNSSEC could not work, the disable-edns-do setting is turned off. Continuing without it.", b);
|
||||
lock_basic_unlock(&anchor->lock);
|
||||
|
|
|
|||
Loading…
Reference in a new issue