]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Reformat 12408/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 10 Jan 2023 14:06:45 +0000 (15:06 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 10 Jan 2023 14:06:45 +0000 (15:06 +0100)
pdns/pdns_recursor.cc

index 6e9a32b4a04033c15fb55c761ebda931cf32540a..e9fc8068e05e81fc405b869d2480087911a5b0aa 100644 (file)
@@ -269,7 +269,7 @@ LWResult::Result asendto(const char* data, size_t len, int flags,
   pident->remote = toaddr;
   pident->type = qtype;
 
-  // We cannot merge ECS-enabled queries based on the ECS source only, as the scope 
+  // We cannot merge ECS-enabled queries based on the ECS source only, as the scope
   // of the response might be narrower, so instead we do not chain ECS-enabled queries
   // at all.
   if (!ecs) {
@@ -284,7 +284,7 @@ LWResult::Result asendto(const char* data, size_t len, int flags,
       // don't chain onto existing chained waiter or a chain already processed
       if (chain.first->key->fd > -1 && !chain.first->key->closed) {
         chain.first->key->chain.insert(id); // we can chain
-        *fd = -1;                           // gets used in waitEvent / sendEvent later on
+        *fd = -1; // gets used in waitEvent / sendEvent later on
         return LWResult::Result::Success;
       }
     }