From: Mark Andrews Date: Fri, 19 Sep 2003 14:35:03 +0000 (+0000) Subject: remove extaneous semicolon X-Git-Tag: v9.2.4rc1~111^2~69 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f4fb3dc516024599e8ffdda35461d4f22ab591c7;p=thirdparty%2Fbind9.git remove extaneous semicolon --- diff --git a/lib/dns/include/dns/view.h b/lib/dns/include/dns/view.h index 21a54f11d20..ab0d41b18fc 100644 --- a/lib/dns/include/dns/view.h +++ b/lib/dns/include/dns/view.h @@ -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,