]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Tue, 24 Nov 2009 23:48:12 +0000 (23:48 +0000)
committerAutomatic Updater <source@isc.org>
Tue, 24 Nov 2009 23:48:12 +0000 (23:48 +0000)
lib/dns/dnssec.c

index 9e0b6514a19fd686dcf64fc4d7b518225897df79..d71a05a5608d132726ce89994d46bf95c15ee6d3 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 /*
- * $Id: dnssec.c,v 1.114 2009/11/24 03:42:32 each Exp $
+ * $Id: dnssec.c,v 1.115 2009/11/24 23:48:12 tbox Exp $
  */
 
 /*! \file */
@@ -656,7 +656,7 @@ dns_dnssec_findzonekeys2(dns_db_t *db, dns_dbversion_t *ver,
                                                          mctx, &keys[count]);
                                if (result == ISC_R_SUCCESS &&
                                    dst_key_pubcompare(pubkey, keys[count],
-                                                      ISC_FALSE)) {
+                                                      ISC_FALSE)) {
                                        dst_key_setflags(keys[count], flags);
                                }
                                dst_key_setflags(pubkey, flags);