- Fix for parse end of forward-zone, stub-zone and view.

This commit is contained in:
W.C.A. Wijngaards 2024-05-21 12:04:57 +02:00
parent 86ee8ccd12
commit d149e755fd
2 changed files with 4 additions and 3 deletions

View file

@ -3,6 +3,7 @@
ub_ctx_set_fwd. ub_ctx_set_fwd.
- Fix to print a parse error when config is read with no name for - Fix to print a parse error when config is read with no name for
a forward-zone, stub-zone or view. a forward-zone, stub-zone or view.
- Fix for parse end of forward-zone, stub-zone and view.
17 May 2024: Yorgos 17 May 2024: Yorgos
- Merge #1069: Fix unbound-control stdin commands for multi-process - Merge #1069: Fix unbound-control stdin commands for multi-process

View file

@ -357,7 +357,7 @@ stubstart: VAR_STUB_ZONE
} }
} }
; ;
contents_stub: contents_stub content_stub contents_stub: content_stub contents_stub
| |
{ {
/* stub end */ /* stub end */
@ -382,7 +382,7 @@ forwardstart: VAR_FORWARD_ZONE
} }
} }
; ;
contents_forward: contents_forward content_forward contents_forward: content_forward contents_forward
| |
{ {
/* forward end */ /* forward end */
@ -407,7 +407,7 @@ viewstart: VAR_VIEW
} }
} }
; ;
contents_view: contents_view content_view contents_view: content_view contents_view
| |
{ {
/* view end */ /* view end */