mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-15 00:33:46 -05:00
more error text
git-svn-id: file:///svn/unbound/trunk@1892 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
463d7e09c5
commit
7617c18be1
1 changed files with 1 additions and 0 deletions
|
|
@ -804,6 +804,7 @@ int autr_read_file(struct val_anchors* anchors, const char* nm)
|
|||
}
|
||||
if(tp && tp != tp2) {
|
||||
log_err("file %s has mismatching data inside: "
|
||||
"the file may only contain keys for one name, "
|
||||
"remove keys for other domain names", nm);
|
||||
fclose(fd);
|
||||
ldns_rdf_deep_free(origin);
|
||||
|
|
|
|||
Loading…
Reference in a new issue