]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Undo an accidentally change 12738/head
authorWinfried Angele <winfried.angele@gmail.com>
Wed, 12 Apr 2023 08:30:45 +0000 (10:30 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Apr 2023 08:30:45 +0000 (10:30 +0200)
'disableZeroScope' was  accidentally changed to 'disableZeroScoping' in commit 597a91a3cec373ebd4172d167a0f9c7500781027

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);