From f4d7942d0d775ace8fdf6ca6eb23bda2bf69fa40 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Sun, 14 Jul 2024 20:09:53 +0300 Subject: [PATCH] auth-secondarycommunicator.cc: Add missing spaces --- pdns/auth-secondarycommunicator.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/auth-secondarycommunicator.cc b/pdns/auth-secondarycommunicator.cc index a9a6f0a1ff..ae9a542437 100644 --- a/pdns/auth-secondarycommunicator.cc +++ b/pdns/auth-secondarycommunicator.cc @@ -689,8 +689,8 @@ void CommunicatorClass::suck(const DNSName& domain, const ComboAddress& remote, unique_ptr pdl{nullptr}; vector scripts; - string script= ::arg()["lua-axfr-script"]; - if(B.getDomainMetadata(domain, "LUA-AXFR-SCRIPT", scripts) && !scripts.empty()) { + string script = ::arg()["lua-axfr-script"]; + if (B.getDomainMetadata(domain, "LUA-AXFR-SCRIPT", scripts) && !scripts.empty()) { if (pdns_iequals(scripts[0], "NONE")) { script.clear(); } -- 2.47.2