From: Automatic Updater Date: Thu, 12 Nov 2009 23:47:59 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.7.0b3~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53d502202ad0f65168e034d390ea2eb2d877df54;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/lib/dns/zone.c b/lib/dns/zone.c index a84cc5e176e..ea26c1e5ff7 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zone.c,v 1.528 2009/11/12 23:30:33 marka Exp $ */ +/* $Id: zone.c,v 1.529 2009/11/12 23:47:59 tbox Exp $ */ /*! \file */ @@ -13370,7 +13370,7 @@ rr_exists(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, */ static isc_result_t add_signing_records(dns_db_t *db, dns_rdatatype_t privatetype, - dns_dbversion_t *ver, dns_diff_t *diff) + dns_dbversion_t *ver, dns_diff_t *diff) { dns_difftuple_t *tuple, *newtuple = NULL; dns_rdata_dnskey_t dnskey; @@ -13496,7 +13496,7 @@ zone_rekey(dns_zone_t *zone) { ISC_TF(!check_ksk), mctx, logmsg)); if (!ISC_LIST_EMPTY(del.tuples)) { commit = ISC_TRUE; - add_signing_records(db, zone->privatetype, ver, &del); + add_signing_records(db, zone->privatetype, ver, &del); dns_diff_apply(&del, db, ver); result = increment_soa_serial(db, ver, &del, mctx); if (result == ISC_R_SUCCESS) @@ -13504,7 +13504,7 @@ zone_rekey(dns_zone_t *zone) { } if (!ISC_LIST_EMPTY(add.tuples)) { commit = ISC_TRUE; - add_signing_records(db, zone->privatetype, ver, &add); + add_signing_records(db, zone->privatetype, ver, &add); dns_diff_apply(&add, db, ver); result = increment_soa_serial(db, ver, &add, mctx); if (result == ISC_R_SUCCESS)