From: Peter van Dijk Date: Thu, 18 Feb 2021 14:20:40 +0000 (+0100) Subject: dnsmessage.proto: fix whitespace X-Git-Tag: rec-4.5.0-alpha3~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10104%2Fhead;p=thirdparty%2Fpdns.git dnsmessage.proto: fix whitespace --- 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)