]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Tue, 13 May 2008 23:46:31 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Tue, 13 May 2008 23:46:31 +0000 (23:46 +0000)
lib/dns/view.c

index 361339a1e8499af9bc11c28dfb78ed044b3a1cd7..3c73ebccc4ad367abbdf369901659e91e87fe2c8 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: view.c,v 1.143.128.4 2008/05/13 01:23:22 each Exp $ */
+/* $Id: view.c,v 1.143.128.5 2008/05/13 23:46:31 tbox Exp $ */
 
 /*! \file */
 
@@ -1171,7 +1171,7 @@ dns_viewlist_findzone(dns_viewlist_t *list, dns_name_t *name,
                        continue;
 
                /*
-                * If the zone is defined in more than one view, 
+                * If the zone is defined in more than one view,
                 * treat it as not found.
                 */
                zp = (zone1 == NULL) ? &zone1 : &zone2;