From: Wouter Wijngaards Date: Thu, 5 Nov 2009 19:32:02 +0000 (+0000) Subject: more error text X-Git-Tag: release-1.4.0rc1~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7617c18be1b146e79ad9e12b5c9f8c26567ceed4;p=thirdparty%2Funbound.git more error text git-svn-id: file:///svn/unbound/trunk@1892 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/validator/autotrust.c b/validator/autotrust.c index cf0b52d23..1e68abacb 100644 --- a/validator/autotrust.c +++ b/validator/autotrust.c @@ -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);