mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
Removed extraneous semi-colon.
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#if !defined(lint) && !defined(SABER)
|
#if !defined(lint) && !defined(SABER)
|
||||||
static char rcsid[] = "$Id: confparser.y,v 1.37 2000/02/02 00:38:11 halley Exp $";
|
static char rcsid[] = "$Id: confparser.y,v 1.38 2000/02/06 15:07:03 brister Exp $";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
@@ -2698,7 +2698,7 @@ view_option: L_ALLOW_QUERY L_LBRACE address_match_list L_RBRACE
|
|||||||
| L_CHECK_NAMES
|
| L_CHECK_NAMES
|
||||||
| L_TRANSFER_FORMAT
|
| L_TRANSFER_FORMAT
|
||||||
*/
|
*/
|
||||||
| zone_stmt;
|
| zone_stmt
|
||||||
;
|
;
|
||||||
|
|
||||||
/* XXX other view statements need to go in here???. */
|
/* XXX other view statements need to go in here???. */
|
||||||
|
Reference in New Issue
Block a user