From a847a4bcd665fb1cafc1b2a0a42be7a1ede82a89 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Thu, 17 May 2012 23:46:03 +0000 Subject: [PATCH] update copyright notice --- bin/tests/system/dnssec/ns2/example.db.in | 2 +- bin/tests/system/dnssec/ns2/sign.sh | 2 +- bin/tests/system/dnssec/ns3/named.conf | 2 +- bin/tests/system/dnssec/ns3/sign.sh | 2 +- lib/dns/dnssec.c | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/tests/system/dnssec/ns2/example.db.in b/bin/tests/system/dnssec/ns2/example.db.in index 8173387f31..7b70b5286a 100644 --- a/bin/tests/system/dnssec/ns2/example.db.in +++ b/bin/tests/system/dnssec/ns2/example.db.in @@ -1,4 +1,4 @@ -; Copyright (C) 2004, 2007-2011 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2004, 2007-2012 Internet Systems Consortium, Inc. ("ISC") ; Copyright (C) 2000-2002 Internet Software Consortium. ; ; Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/dnssec/ns2/sign.sh b/bin/tests/system/dnssec/ns2/sign.sh index 0638cda66b..e7e478a961 100644 --- a/bin/tests/system/dnssec/ns2/sign.sh +++ b/bin/tests/system/dnssec/ns2/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2004, 2006-2011 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2006-2012 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000-2003 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/dnssec/ns3/named.conf b/bin/tests/system/dnssec/ns3/named.conf index 4133f8acf1..fac2e352d6 100644 --- a/bin/tests/system/dnssec/ns3/named.conf +++ b/bin/tests/system/dnssec/ns3/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2006-2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2006-2012 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/dnssec/ns3/sign.sh b/bin/tests/system/dnssec/ns3/sign.sh index 1e99c30e07..49d8051e3c 100644 --- a/bin/tests/system/dnssec/ns3/sign.sh +++ b/bin/tests/system/dnssec/ns3/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2004, 2006-2011 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2006-2012 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000-2002 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/dns/dnssec.c b/lib/dns/dnssec.c index a88812cfe3..56cfb22798 100644 --- a/lib/dns/dnssec.c +++ b/lib/dns/dnssec.c @@ -183,9 +183,9 @@ digest_sig(dst_context_t *ctx, isc_boolean_t downcase, dns_rdata_t *sigrdata, dns_fixedname_name(&fname), NULL) == ISC_R_SUCCESS); dns_name_toregion(dns_fixedname_name(&fname), &r); - } else + } else dns_name_toregion(&rrsig->signer, &r); - + return (dst_context_adddata(ctx, &r)); }