From: Tinderbox User Date: Thu, 11 Jul 2013 23:46:13 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.10.0a1~213 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=dbd8673fa060c8132a0195f69103cca615b55ad4;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/bin/named/unix/os.c b/bin/named/unix/os.c index 24f0c307c1e..1a0d4db7859 100644 --- a/bin/named/unix/os.c +++ b/bin/named/unix/os.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2011, 2013 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/dns/zone.c b/lib/dns/zone.c index 39c2d803374..a8d78614e18 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -3211,7 +3211,7 @@ set_resigntime(dns_zone_t *zone) { } result = dns_db_getsigningtime(db, &rdataset, - dns_fixedname_name(&fixed)); + dns_fixedname_name(&fixed)); if (result != ISC_R_SUCCESS) { isc_time_settoepoch(&zone->resigntime); goto cleanup;