From 8ab6a775bb8d3494f1db6d4c5abfa3f69afe20b3 Mon Sep 17 00:00:00 2001 From: Automatic Updater Date: Fri, 16 Oct 2009 23:47:54 +0000 Subject: [PATCH] update copyright notice --- lib/dns/dnssec.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/dns/dnssec.c b/lib/dns/dnssec.c index d55d3ec378..9c90215bed 100644 --- a/lib/dns/dnssec.c +++ b/lib/dns/dnssec.c @@ -16,7 +16,7 @@ */ /* - * $Id: dnssec.c,v 1.105 2009/10/16 02:59:41 each Exp $ + * $Id: dnssec.c,v 1.106 2009/10/16 23:47:54 tbox Exp $ */ /*! \file */ @@ -1284,9 +1284,9 @@ dns_dnssec_keylistfromrdataset(dns_name_t *origin, addkey(keylist, &privkey, savekeys, mctx); again: - if (pubkey != NULL) + if (pubkey != NULL) dst_key_free(&pubkey); - if (privkey != NULL) + if (privkey != NULL) dst_key_free(&privkey); } if (result == ISC_R_NOMORE)