]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/dnsmessage.proto
whitespace in dnsmessage.proto
[thirdparty/pdns.git] / pdns / dnsmessage.proto
index 49a5951adeef5a524b2ac90e364d136d49bb3346..447f34f8a67f62e25fb8402ef27751d6e2c2c826 100644 (file)
@@ -103,7 +103,7 @@ message PBDNSMessage {
     optional string appliedPolicyTrigger = 8;   // The RPZ trigger
     optional string appliedPolicyHit = 9;       // The value (qname or IP) that caused the hit
     optional PolicyKind appliedPolicyKind = 10; // The Kind (RPZ action) applied by the hit
-    optional VState validationState = 11;      // The DNSSEC Validation State
+    optional VState validationState = 11;       // The DNSSEC Validation State
   }
 
   optional DNSResponse response = 13;