From: Automatic Updater Date: Thu, 2 Jul 2009 23:47:26 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.5.2b1~36^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8da39c6c7ee6927c300ccd623c4f2a2680e7c82;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/bin/named/control.c b/bin/named/control.c index 63f0979bbc8..13cedafba1a 100644 --- a/bin/named/control.c +++ b/bin/named/control.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2009 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001-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: control.c,v 1.34 2009/07/02 07:39:02 marka Exp $ */ +/* $Id: control.c,v 1.35 2009/07/02 23:47:26 tbox Exp $ */ /*! \file */ @@ -56,7 +56,7 @@ command_compare(const char *text, const char *command) { /*% * This function is called to process the incoming command - * when a control channel message is received. + * when a control channel message is received. */ isc_result_t ns_control_docommand(isccc_sexpr_t *message, isc_buffer_t *text) { diff --git a/lib/dns/zone.c b/lib/dns/zone.c index 7d785d17d0e..2c8f38e36cd 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zone.c,v 1.496 2009/07/02 07:39:02 marka Exp $ */ +/* $Id: zone.c,v 1.497 2009/07/02 23:47:26 tbox Exp $ */ /*! \file */ @@ -1508,7 +1508,7 @@ dns_zone_loadnew(dns_zone_t *zone) { isc_result_t dns_zone_loadandthaw(dns_zone_t *zone) { isc_result_t result; - + result = zone_load(zone, DNS_ZONELOADFLAG_THAW); switch (result) { case DNS_R_CONTINUE: