summaryrefslogtreecommitdiffstats
path: root/contrib/bind9/lib/dns/sdlz.c
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-03-18 19:00:35 +0000
committerdougb <dougb@FreeBSD.org>2010-03-18 19:00:35 +0000
commitd645bf55b32e90960b5ca1f5177df2639a11c530 (patch)
tree273da7c37cab7a5631d7928c11fe6612bf1668a6 /contrib/bind9/lib/dns/sdlz.c
parent69fc195c592c75cc18659332e25f9f5cf3d2afa8 (diff)
downloadFreeBSD-src-d645bf55b32e90960b5ca1f5177df2639a11c530.zip
FreeBSD-src-d645bf55b32e90960b5ca1f5177df2639a11c530.tar.gz
Update to 9.6.2-P1, the latest patchfix release which deals with
the problems related to the handling of broken DNSSEC trust chains. This fix is only relevant for those who have DNSSEC validation enabled and configure trust anchors from third parties, either manually, or through a system like DLV.
Diffstat (limited to 'contrib/bind9/lib/dns/sdlz.c')
-rw-r--r--contrib/bind9/lib/dns/sdlz.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/bind9/lib/dns/sdlz.c b/contrib/bind9/lib/dns/sdlz.c
index 5e5f7e3..caf71b5 100644
--- a/contrib/bind9/lib/dns/sdlz.c
+++ b/contrib/bind9/lib/dns/sdlz.c
@@ -1,5 +1,5 @@
/*
- * Portions Copyright (C) 2005-2009 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2005-2010 Internet Systems Consortium, Inc. ("ISC")
* Portions Copyright (C) 1999-2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -50,7 +50,7 @@
* USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: sdlz.c,v 1.18.50.3 2009/06/26 06:25:44 marka Exp $ */
+/* $Id: sdlz.c,v 1.18.50.3.8.2 2010/02/25 10:57:12 tbox Exp $ */
/*! \file */
@@ -1211,6 +1211,8 @@ static dns_rdatasetmethods_t rdataset_methods = {
NULL,
NULL,
NULL,
+ NULL,
+ NULL,
NULL
};
OpenPOWER on IntegriCloud