From: Aki Tuomi Date: Sun, 14 Jul 2024 17:09:53 +0000 (+0300) Subject: auth-secondarycommunicator.cc: Add missing spaces X-Git-Tag: rec-5.2.0-alpha1~149^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11678%2Fhead;p=thirdparty%2Fpdns.git auth-secondarycommunicator.cc: Add missing spaces --- 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(); }