ub_ctx_set_fwd.
- Fix to print a parse error when config is read with no name for
a forward-zone, stub-zone or view.
+ - Fix for parse end of forward-zone, stub-zone and view.
17 May 2024: Yorgos
- Merge #1069: Fix unbound-control stdin commands for multi-process
}
}
;
-contents_stub: contents_stub content_stub
+contents_stub: content_stub contents_stub
|
{
/* stub end */
}
}
;
-contents_forward: contents_forward content_forward
+contents_forward: content_forward contents_forward
|
{
/* forward end */
}
}
;
-contents_view: contents_view content_view
+contents_view: content_view contents_view
|
{
/* view end */