From 36e05eafe5ad12adc3bbd5cdfefc010628faa344 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 39b285b51b..4164cf1013 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