From b090b7c43189e6deac521141a980c3643e8f1495 Mon Sep 17 00:00:00 2001 From: Otto Date: Thu, 14 Oct 2021 12:57:12 +0200 Subject: [PATCH] whitespace in dnsmessage.proto --- pdns/dnsmessage.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2