Changeset

4841:ce793cea9f10

Merge with backout
author Matthew Wild <mwild1@gmail.com>
date Fri, 11 May 2012 01:32:46 +0100
parents 4839:4905aed00382 (current diff) 4840:82679fad3a36 (diff)
children 4843:d91dda67647a
files plugins/mod_dialback.lua
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_dialback.lua	Thu May 10 23:37:36 2012 +0000
+++ b/plugins/mod_dialback.lua	Fri May 11 01:32:46 2012 +0100
@@ -79,9 +79,7 @@
 		local compat_check;
 		if not origin.from_host then
 			-- Just used for friendlier logging
-			origin.from_host = nameprep(attr.from);
-			-- COMPAT: Fix server's chopness by not including from
-			compat_check = true;
+			origin.from_host = attr.from;
 		end
 		if not origin.to_host then
 			-- Just used for friendlier logging