mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-21 06:09:13 -04:00
remove extaneous semicolon
This commit is contained in:
parent
03c78c0671
commit
0345669869
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: view.h,v 1.73.2.4.2.7 2003/09/19 13:20:05 marka Exp $ */
|
||||
/* $Id: view.h,v 1.73.2.4.2.8 2003/09/19 14:34:10 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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue