From 76c46f0fd3c08efec55442cecbb372d5db1644ac Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Thu, 17 May 2012 23:45:10 +0000 Subject: [PATCH] update copyright notice --- lib/dns/dnssec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/dnssec.c b/lib/dns/dnssec.c index 02bfc42afef..393a9c794d9 100644 --- a/lib/dns/dnssec.c +++ b/lib/dns/dnssec.c @@ -181,9 +181,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)); } -- 2.47.3