summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2022-05-26 14:49:10 +0100
committerSimon Kelley <simon@thekelleys.org.uk>2022-05-26 14:49:10 +0100
commitf65d21001244416d073addcbcfdb722c385f930d (patch)
tree0a3c173ea5d30ecc4047556d639c9da986f5697d
parent858bfcf261e12a0baf4de6dbbf3b8858bab7cc53 (diff)
downloaddnsmasq-f65d21001244416d073addcbcfdb722c385f930d.tar.gz
Fix outdated comment.
-rw-r--r--src/dnssec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dnssec.c b/src/dnssec.c
index 9965eea..daf679e 100644
--- a/src/dnssec.c
+++ b/src/dnssec.c
@@ -1851,7 +1851,7 @@ static int zone_status(char *name, int class, char *keyname, time_t now)
STAT_NEED_DS need DS to complete validation (name is returned in keyname)
daemon->rr_status points to a char array which corressponds to the RRs in the
- answer and auth sections. This is set to 1 for each RR which is validated, and 0 for any which aren't.
+ answer and auth sections. This is set to >1 for each RR which is validated, and 0 for any which aren't.
When validating replies to DS records, we're only interested in the NSEC{3} RRs in the auth section.
Other RRs in that section missing sigs will not cause am INSECURE reply. We determine this mode