]> granicus.if.org Git - pdns/commitdiff
Fix comment indent
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 21 Oct 2016 10:48:24 +0000 (12:48 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 21 Oct 2016 10:51:20 +0000 (12:51 +0200)
pdns/validate.cc

index 2c78123c7722aaf5a43d2261fbbdf9258aed28aa..d27544dfd272853c8cbd262a0281e4cb57277504 100644 (file)
@@ -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!"