From: Otto Date: Thu, 14 Oct 2021 10:57:12 +0000 (+0200) Subject: whitespace in dnsmessage.proto X-Git-Tag: dnsdist-1.7.0-alpha2~9^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10567%2Fhead;p=thirdparty%2Fpdns.git whitespace in dnsmessage.proto --- diff --git a/pdns/dnsmessage.proto b/pdns/dnsmessage.proto index 49a5951ade..447f34f8a6 100644 --- a/pdns/dnsmessage.proto +++ b/pdns/dnsmessage.proto @@ -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;