mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
typo in comment
This commit is contained in:
parent
d5399cc351
commit
0a36a0dd9a
1 changed files with 2 additions and 2 deletions
|
|
@ -517,10 +517,10 @@ configure_view(dns_view_t *view, dns_c_ctx_t *cctx, dns_c_view_t *cview,
|
|||
CHECK(dns_resolver_setforwarders(view->resolver, &addresses));
|
||||
/*
|
||||
* XXXRTH The configuration type 'dns_c_forw_t' should be
|
||||
* elminated.
|
||||
* eliminated.
|
||||
*/
|
||||
if ((cview != NULL &&
|
||||
dns_c_view_getforward(cview, &forward) == ISC_R_SUCCESS) ||
|
||||
dns_c_view_getforward(cview, &forward) == ISC_R_SUCCESS) ||
|
||||
(dns_c_ctx_getforward(cctx, &forward) == ISC_R_SUCCESS)) {
|
||||
INSIST(forward == dns_c_forw_first ||
|
||||
forward == dns_c_forw_only);
|
||||
|
|
|
|||
Loading…
Reference in a new issue