From c424826a5dd970bf5a8d9978948e8d7f751e7100 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 21 Oct 2016 12:48:24 +0200 Subject: [PATCH] Fix comment indent --- pdns/validate.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/validate.cc b/pdns/validate.cc index 2c78123c77..d27544dfd2 100644 --- a/pdns/validate.cc +++ b/pdns/validate.cc @@ -85,7 +85,7 @@ static dState getDenial(const cspmap_t &validrrsets, const DNSName& qname, const } /* check if the whole NAME does not exist */ - if( ((beginHash < h && h < nsec3->d_nexthash) || // no wrap BEGINNING --- HASH -- END + if( ((beginHash < h && h < nsec3->d_nexthash) || // no wrap BEGINNING --- HASH -- END (nsec3->d_nexthash > h && beginHash > nsec3->d_nexthash) || // wrap HASH --- END --- BEGINNING (nsec3->d_nexthash < beginHash && beginHash < h) || // wrap other case END --- BEGINNING --- HASH beginHash == nsec3->d_nexthash)) // "we have only 1 NSEC3 record, LOL!" -- 2.47.2