From 599efdf60dd8ccd902cd1d3501a38df0ed0baef8 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sat, 25 Oct 2008 18:21:34 +0100 Subject: Remove misleading log message regarding s2s/dialback --- core/s2smanager.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/s2smanager.lua b/core/s2smanager.lua index ba14f2fe..eb90c1f3 100644 --- a/core/s2smanager.lua +++ b/core/s2smanager.lua @@ -111,11 +111,6 @@ function streamopened(session, attr) 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 -- cgit v1.2.3