From 7617c18be1b146e79ad9e12b5c9f8c26567ceed4 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 5 Nov 2009 19:32:02 +0000 Subject: [PATCH] more error text git-svn-id: file:///svn/unbound/trunk@1892 be551aaa-1e26-0410-a405-d3ace91eadb9 --- validator/autotrust.c | 1 + 1 file changed, 1 insertion(+) 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);