From: Pieter Lexis Date: Fri, 21 Oct 2016 10:48:24 +0000 (+0200) Subject: Fix comment indent X-Git-Tag: dnsdist-1.1.0-beta2~77^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4602%2Fhead;p=thirdparty%2Fpdns.git Fix comment indent --- 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!"