core/s2smanager.lua

changeset 191
e64c8a44060f
parent 190
1e993b7deae7
child 199
eccf66b42bd7
--- a/core/s2smanager.lua	Sat Nov 01 18:28:46 2008 +0000
+++ b/core/s2smanager.lua	Sat Nov 01 21:07:14 2008 +0000
@@ -188,7 +188,6 @@
 	
 	
 	if session.direction == "outgoing" then
-		hosts[to] = session;
 		if sendq then
 			session.log("debug", "sending queued stanzas across new outgoing connection to "..session.to_host);
 			for i, data in ipairs(sendq) do

mercurial