Diff

core/s2smanager.lua @ 2376:c5faafa89f50

s2smanager: Whitespace
author Matthew Wild <mwild1@gmail.com>
date Thu, 17 Dec 2009 21:14:44 +0000
parent 2368:4726cd9a6318
child 2377:78c5cb163ea9
line wrap: on
line diff
--- a/core/s2smanager.lua	Thu Dec 17 20:30:41 2009 +0000
+++ b/core/s2smanager.lua	Thu Dec 17 21:14:44 2009 +0000
@@ -352,7 +352,6 @@
 	end
 	
 	if session.version >= 1.0 and not (attr.to and attr.from) then
-		
 		(session.log or log)("warn", "Remote of stream "..(session.from_host or "(unknown)").."->"..(session.to_host or "(unknown)")
 			.." failed to specify to (%s) and/or from (%s) hostname as per RFC", tostring(attr.to), tostring(attr.from));
 	end