]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove extaneous semicolon
authorMark Andrews <marka@isc.org>
Fri, 19 Sep 2003 14:35:03 +0000 (14:35 +0000)
committerMark Andrews <marka@isc.org>
Fri, 19 Sep 2003 14:35:03 +0000 (14:35 +0000)
lib/dns/include/dns/view.h

index 21a54f11d2031b2ad8d5eb39dd38593581b079dd..ab0d41b18fc5d504d052006b2f7bca9828e3b89b 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: view.h,v 1.85 2003/09/19 13:17:21 marka Exp $ */
+/* $Id: view.h,v 1.86 2003/09/19 14:35:03 marka Exp $ */
 
 #ifndef DNS_VIEW_H
 #define DNS_VIEW_H 1
@@ -121,7 +121,7 @@ struct dns_view {
        isc_boolean_t                   flush;
        dns_namelist_t *                delonly;
        isc_boolean_t                   rootdelonly;
-       dns_namelist_t *                rootexclude;;
+       dns_namelist_t *                rootexclude;
 
        /*
         * Configurable data for server use only,