Software /
code /
prosody
Changeset
2376:c5faafa89f50
s2smanager: Whitespace
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 17 Dec 2009 21:14:44 +0000 |
parents | 2375:31297a5641e3 |
children | 2377:78c5cb163ea9 |
files | core/s2smanager.lua |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
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