]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Apply suggestions from code review 16709/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 26 Jan 2026 07:10:53 +0000 (08:10 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Jan 2026 07:10:53 +0000 (08:10 +0100)
Co-authored-by: Remi Gacogne <github@coredump.fr>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
pdns/recursordist/rec_channel_rec.cc

index db449bd2d9485c27811f066340f053e28dafedfa..4ab79cbd35b3e5c8fcac5883f60386fc007b2f94 100644 (file)
@@ -2125,7 +2125,7 @@ RecursorControlChannel::Answer luaconfig(bool broadcast)
       if (yamlstat == pdns::settings::rec::YamlSettingsStatus::OK) {
         // YAML read above succeeded
         ProxyMapping dummyProxyMapping; // taken from lua, so ignore YAML
-        LuaConfigItems dummyLuaConfig; // we do not use the converted orm YAML LuaConfigItems, but the "real thing"
+        LuaConfigItems dummyLuaConfig; // we do not use the converted from YAML LuaConfigItems, but the "real thing"
         pdns::settings::rec::fromBridgeStructToLuaConfig(settings, dummyLuaConfig, dummyProxyMapping, conditions);
         TCPOutConnectionManager::setupOutgoingTLSConfigTables(settings);
       }
@@ -2133,7 +2133,7 @@ RecursorControlChannel::Answer luaconfig(bool broadcast)
         loadRecursorLuaConfig(::arg()["lua-config-file"], proxyMapping, lci); // will bump generation
       }
       activateLua(lci, broadcast, std::move(proxyMapping), std::move(conditions));
-      string msg = "Reloaded dynamic parts of YAML config";
+      string msg = "Reloaded dynamic parts of YAML configuration";
       if (!::arg()["lua-config-file"].empty()) {
         msg += " and Lua configuration file '" + ::arg()["lua-config-file"] + "'";
       }