# HG changeset patch # User Matthew Wild # Date 1224955294 -3600 # Node ID c51246bc679d7168e86919abb714e02b641c66db # Parent d4ee015fcee4ed284b42fbf043b7d612e85f9b53 Remove misleading log message regarding s2s/dialback diff -r d4ee015fcee4 -r c51246bc679d core/s2smanager.lua --- a/core/s2smanager.lua Fri Oct 24 19:04:51 2008 +0100 +++ b/core/s2smanager.lua Sat Oct 25 18:21:34 2008 +0100 @@ -111,11 +111,6 @@ print(session, session.from_host, "incoming s2s stream opened"); send(""); send(format("", session.streamid, session.to_host)); - if session.from_host then - -- Need to perform dialback to check identity - print("to: "..tostring(attr.to).." from: "..tostring(attr.from)); - print("Need to do dialback here you know!!"); - end elseif session.direction == "outgoing" then -- If we are just using the connection for verifying dialback keys, we won't try and auth it if not session.dialback_verifying then