From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 19:38:15 +0000 (-0500) Subject: spelling: autoprimary X-Git-Tag: rec-5.4.0-alpha1~61^2~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c80d3492402f35bfeab65c1a1e955e796a949e1f;p=thirdparty%2Fpdns.git spelling: autoprimary Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/dnsbackend.hh b/pdns/dnsbackend.hh index 66d3745177..3be3701b2a 100644 --- a/pdns/dnsbackend.hh +++ b/pdns/dnsbackend.hh @@ -453,7 +453,7 @@ public: return false; } - //! called by PowerDNS to create a secondary record for an autoPrimary + //! called by PowerDNS to create a secondary record for an autoprimary virtual bool createSecondaryDomain(const string& /* ip */, const ZoneName& /* domain */, const string& /* nameserver */, const string& /* account */) { return false;