]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsmessage.proto: fix whitespace 10104/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 18 Feb 2021 14:20:40 +0000 (15:20 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 18 Feb 2021 14:20:40 +0000 (15:20 +0100)
pdns/dnsmessage.proto

index 09f9aba858dfe2bcfaee31cda4bc327d0734a3eb..3bbd6254acae6988a67e554d628107649f31e91f 100644 (file)
@@ -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)