]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix typo in `checkAllParametersConsumed` for `newFrameStreamUnixLogger`
authorEnsar Sarajčić <dev@ensarsarajcic.com>
Wed, 5 Feb 2025 14:58:46 +0000 (15:58 +0100)
committerEnsar Sarajčić <dev@ensarsarajcic.com>
Wed, 5 Feb 2025 14:58:46 +0000 (15:58 +0100)
pdns/dnsdistdist/dnsdist-lua-bindings-protobuf.cc

index 2d0d1795746342a8df86e9f2cbb93cef4601f80f..cad3132287768bc771c9ee788247dd4f0542dcd3 100644 (file)
@@ -147,7 +147,7 @@ void setupLuaBindingsProtoBuf(LuaContext& luaCtx, bool client, bool configCheck)
 
       LuaAssociativeTable<unsigned int> options;
       parseFSTRMOptions(params, options);
-      checkAllParametersConsumed("newRemoteLogger", params);
+      checkAllParametersConsumed("newFrameStreamUnixLogger", params);
       auto connectionCount = options.find("connectionCount");
       auto count = connectionCount == options.end() ? 1 : connectionCount->second;
       options.erase(connectionCount);