mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 18:22:05 -04:00
update copyright notice
This commit is contained in:
parent
0c4a369f10
commit
ee2129ee66
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue