mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-18 23:06:06 -05:00
This commit is contained in:
parent
56ded934de
commit
1a808e2978
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ read_fwds_host(struct config_stub* s, struct delegpt* dp)
|
|||
return 0;
|
||||
}
|
||||
if(dname_subdomain_c(dname, dp->name)) {
|
||||
log_warn("forward-host '%s' may have has a circular "
|
||||
log_warn("forward-host '%s' may have a circular "
|
||||
"dependency on forward-zone '%s'",
|
||||
p->str, s->name);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue