From 10f288e1a208ded7f0e4aa70b2d5daeeab738af7 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 10 Jan 2023 15:06:45 +0100 Subject: [PATCH] Reformat --- pdns/pdns_recursor.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 6e9a32b4a0..e9fc8068e0 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -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; } } -- 2.47.2