Compare commits

...

1 Commits

Author SHA1 Message Date
Evan Hunt
309594f583 correct the configuration of the default allow-notify ACL 2018-06-25 11:39:55 -07:00
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
4977. [cleanup] Fixed an inconsistency in setting up the
default "allow-notify" ACL. [GL !342]
4976. [bug] Log the label with invalid prefix length correctly
when loading RPZ zones. [GL #254]

View File

@@ -4864,7 +4864,7 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewlist,
* options/view level.)
*/
if (view->notifyacl == NULL) {
CHECK(configure_view_acl(vconfig, config, named_g_config,
CHECK(configure_view_acl(NULL, NULL, named_g_config,
"allow-notify", NULL, actx,
named_g_mctx, &view->notifyacl));
}