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

index 76e1cd9983dc2bff55bfe2f8085d79aa988974be..4851cf0084557c897d834d9452fd9477645ef296 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008  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: view.c,v 1.126.18.15 2008/06/17 03:28:56 marka Exp $ */
+/* $Id: view.c,v 1.126.18.16 2008/06/17 23:46:03 tbox Exp $ */
 
 /*! \file */
 
@@ -315,7 +315,7 @@ destroy(dns_view_t *view) {
                        name = ISC_LIST_HEAD(view->rootexclude[i]);
                        while (name != NULL) {
                                ISC_LIST_UNLINK(view->rootexclude[i],
-                                               name, link);
+                                               name, link);
                                dns_name_free(name, view->mctx);
                                isc_mem_put(view->mctx, name, sizeof(*name));
                                name = ISC_LIST_HEAD(view->rootexclude[i]);
@@ -925,7 +925,7 @@ dns_view_simplefind(dns_view_t *view, dns_name_t *name, dns_rdatatype_t type,
 isc_result_t
 dns_view_findzonecut(dns_view_t *view, dns_name_t *name, dns_name_t *fname,
                     isc_stdtime_t now, unsigned int options,
-                    isc_boolean_t use_hints, 
+                    isc_boolean_t use_hints,
                     dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset)
 {
        return(dns_view_findzonecut2(view, name, fname, now, options,
@@ -1337,7 +1337,7 @@ dns_view_isdelegationonly(dns_view_t *view, dns_name_t *name) {
        return (ISC_TRUE);
 }
 
-void 
+void
 dns_view_setrootdelonly(dns_view_t *view, isc_boolean_t value) {
        REQUIRE(DNS_VIEW_VALID(view));
        view->rootdelonly = value;