2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 07:35:26 +00:00

[master] typo in comment

This commit is contained in:
Evan Hunt
2015-05-28 15:04:40 -07:00
parent 38c19e5779
commit 2bb245e04a

View File

@@ -380,7 +380,8 @@ static void
fix_qname_skip_recurse(dns_rpz_zones_t *rpzs) { fix_qname_skip_recurse(dns_rpz_zones_t *rpzs) {
dns_rpz_zbits_t mask; dns_rpz_zbits_t mask;
/* qname_wait_recurse and qname_skip_recurse are used to /*
* qname_wait_recurse and qname_skip_recurse are used to
* implement the "qname-wait-recurse" config option. * implement the "qname-wait-recurse" config option.
* *
* By default, "qname-wait-recurse" is yes, so no * By default, "qname-wait-recurse" is yes, so no
@@ -392,7 +393,7 @@ fix_qname_skip_recurse(dns_rpz_zones_t *rpzs) {
* *
* When "qname-wait-recurse" is no, qname_skip_recurse may be * When "qname-wait-recurse" is no, qname_skip_recurse may be
* set to a non-zero value by fix_qname_skip_recurse(). The mask * set to a non-zero value by fix_qname_skip_recurse(). The mask
* has to have bits set for for the policy zones for which * has to have bits set for the policy zones for which
* processing may continue without recursion, and bits cleared * processing may continue without recursion, and bits cleared
* for the rest. * for the rest.
* *