From: Automatic Updater Date: Wed, 25 Jan 2012 23:46:49 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.10.0a1~1483 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=ee2129ee660b9c1c796e94c6a2b2b7be7f82a558;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/lib/dns/include/dns/zone.h b/lib/dns/include/dns/zone.h index 29f210b5b54..36b445c4526 100644 --- a/lib/dns/include/dns/zone.h +++ b/lib/dns/include/dns/zone.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zone.h,v 1.200 2012/01/25 02:46:53 marka Exp $ */ +/* $Id: zone.h,v 1.201 2012/01/25 23:46:49 tbox Exp $ */ #ifndef DNS_ZONE_H #define DNS_ZONE_H 1 diff --git a/lib/dns/zone.c b/lib/dns/zone.c index 273ee0603b7..3fbdca1059e 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zone.c,v 1.663 2012/01/25 02:46:53 marka Exp $ */ +/* $Id: zone.c,v 1.664 2012/01/25 23:46:49 tbox Exp $ */ /*! \file */ @@ -15744,7 +15744,7 @@ dns_zone_link(dns_zone_t *zone, dns_zone_t *raw) { /* dns_zone_attach(raw, &zone->raw); */ isc_refcount_increment(&raw->erefs, NULL); zone->raw = raw; - + /* dns_zone_iattach(zone, &raw->secure); */ zone_iattach(zone, &raw->secure);