aboutsummaryrefslogtreecommitdiff
path: root/lib/dns/validator.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2015-04-08 17:52:54 +0000
committerXin LI <delphij@FreeBSD.org>2015-04-08 17:52:54 +0000
commit7ba7a5de74780dee4ec54bace1ec36427be1d8b8 (patch)
treea5a1890b0b884a1d303e90c4130c3b731772abd5 /lib/dns/validator.c
parenta2bc50f814b6966b412ba90221460066a8b31951 (diff)
Vendor import of BIND 9.9.7vendor/bind9/9.9.7
Diffstat (limited to 'lib/dns/validator.c')
-rw-r--r--lib/dns/validator.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/dns/validator.c b/lib/dns/validator.c
index 0b203d882923..565e7e1d62ab 100644
--- a/lib/dns/validator.c
+++ b/lib/dns/validator.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2015 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -2062,9 +2062,6 @@ validatezonekey(dns_validator_t *val) {
"the DNSKEY RRset and also matches a "
"trusted key for '%s'",
namebuf);
- validator_log(val, ISC_LOG_NOTICE,
- "please check the 'trusted-keys' for "
- "'%s' in named.conf.", namebuf);
return (DNS_R_NOVALIDKEY);
}