]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Fri, 16 Oct 2009 23:47:54 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Fri, 16 Oct 2009 23:47:54 +0000 (23:47 +0000)
lib/dns/dnssec.c

index d55d3ec378980d508289fd0eaefa60bac7af8275..9c90215bed3dc1b73049f107ee8022d50c77ed56 100644 (file)
@@ -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)