diff options
author | dougb <dougb@FreeBSD.org> | 2010-03-18 19:00:35 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-03-18 19:00:35 +0000 |
commit | d645bf55b32e90960b5ca1f5177df2639a11c530 (patch) | |
tree | 273da7c37cab7a5631d7928c11fe6612bf1668a6 /contrib/bind9/lib/dns/ncache.c | |
parent | 69fc195c592c75cc18659332e25f9f5cf3d2afa8 (diff) | |
download | FreeBSD-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/ncache.c')
-rw-r--r-- | contrib/bind9/lib/dns/ncache.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/bind9/lib/dns/ncache.c b/contrib/bind9/lib/dns/ncache.c index af0450b..733d138 100644 --- a/contrib/bind9/lib/dns/ncache.c +++ b/contrib/bind9/lib/dns/ncache.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2008 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2008, 2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ncache.c,v 1.43 2008/09/25 04:02:38 tbox Exp $ */ +/* $Id: ncache.c,v 1.43.334.2 2010/02/25 10:57:11 tbox Exp $ */ /*! \file */ @@ -519,6 +519,8 @@ static dns_rdatasetmethods_t rdataset_methods = { NULL, NULL, NULL, + NULL, + NULL, NULL }; |