# HG changeset patch # User Matthew Wild # Date 1264870847 0 # Node ID 5880c621f0828b77633c9719d50d43acf7602955 # Parent 0dc7b5ceaf8fcff25b4d0f5c64a49dccc4c68dee s2smanager: require_s2s_encryption -> s2s_require_encryption diff -r 0dc7b5ceaf8f -r 5880c621f082 core/s2smanager.lua --- a/core/s2smanager.lua Sat Jan 30 16:42:27 2010 +0000 +++ b/core/s2smanager.lua Sat Jan 30 17:00:47 2010 +0000 @@ -451,7 +451,7 @@ function make_authenticated(session, host) if not session.secure then local local_host = session.direction == "incoming" and session.to_host or session.from_host; - if config.get(local_host, "core", "require_s2s_encryption")) then + if config.get(local_host, "core", "s2s_require_encryption")) then session:close({ condition = "policy-violation", text = "Encrypted server-to-server communication is required but was not "