s2smanager: Fix syntax error)
authorMatthew Wild <mwild1@gmail.com>
Sat, 30 Jan 2010 18:45:46 +0000
changeset 2801 0323bdb1fcfa
parent 2800 5880c621f082
child 2802 ded1c649484a
s2smanager: Fix syntax error)
core/s2smanager.lua
--- a/core/s2smanager.lua	Sat Jan 30 17:00:47 2010 +0000
+++ b/core/s2smanager.lua	Sat Jan 30 18:45:46 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", "s2s_require_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 "