support per-view security roots

This commit is contained in:
Andreas Gustafsson 2000-06-01 00:21:12 +00:00
parent fe0e3c7707
commit eb3807ea54

View file

@ -618,12 +618,9 @@ configure_view(dns_view_t *view, dns_c_ctx_t *cctx, dns_c_view_t *cview,
/*
* For now, there is only one kind of trusted keys, the
* "security roots".
*
* XXX not view specific, NULL should be replaced by
* dns_c_view_gettrustedkeys below
*/
CHECK(configure_view_dnsseckeys(cview, cctx, mctx,
NULL,
dns_c_view_gettrustedkeys,
dns_c_ctx_gettrustedkeys,
&view->secroots));