From e09276b5aec8a921b16354b6d6c25772572654e8 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 18 Feb 2021 15:20:40 +0100 Subject: [PATCH] dnsmessage.proto: fix whitespace --- pdns/dnsmessage.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsmessage.proto b/pdns/dnsmessage.proto index 09f9aba858..3bbd6254ac 100644 --- a/pdns/dnsmessage.proto +++ b/pdns/dnsmessage.proto @@ -80,7 +80,7 @@ message PBDNSMessage { optional bytes originalRequestorSubnet = 14; // EDNS Client Subnet value optional string requestorId = 15; // Username of the requestor optional bytes initialRequestId = 16; // UUID of the incoming query that initiated this outgoing query or incoming response - optional bytes deviceId = 17; // Device ID of the requestor (could be mac address IP address or e.g. IMEI) + optional bytes deviceId = 17; // Device ID of the requestor (could be mac address IP address or e.g. IMEI) optional bool newlyObservedDomain = 18; // True if the domain has not been seen before optional string deviceName = 19; // Device name of the requestor optional uint32 fromPort = 20; // Source port of the DNS query (client) -- 2.47.2