]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Undo an accidentally change 13117/head
authorWinfried Angele <winfried.angele@gmail.com>
Wed, 12 Apr 2023 08:30:45 +0000 (10:30 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 14 Aug 2023 13:09:15 +0000 (15:09 +0200)
'disableZeroScope' was  accidentally changed to 'disableZeroScoping' in commit 597a91a3cec373ebd4172d167a0f9c7500781027

(cherry picked from commit d85c923f52d1e2140f3ecf5467b513c7b54a856e)

pdns/dnsdist-lua.cc

index 6e3252f809a384c79c2234e3c01f9e6b51db6f26..9efa59dd2837d312160acd458f98f747c28eb4c2 100644 (file)
@@ -498,7 +498,7 @@ static void setupLuaConfig(LuaContext& luaCtx, bool client, bool configCheck)
 
                          getOptionalValue<bool>(vars, "useClientSubnet", config.useECS);
                          getOptionalValue<bool>(vars, "useProxyProtocol", config.useProxyProtocol);
-                         getOptionalValue<bool>(vars, "disableZeroScoping", config.disableZeroScope);
+                         getOptionalValue<bool>(vars, "disableZeroScope", config.disableZeroScope);
                          getOptionalValue<bool>(vars, "ipBindAddrNoPort", config.ipBindAddrNoPort);
 
                          getOptionalIntegerValue("newServer", vars, "addXPF", config.xpfRRCode);