Diff

core/s2smanager.lua @ 1345:35b5686d73ea

s2smanager: Remove srv_hosts from session when connected, this fixes attempting to reconnect s2s sessions when they are closed during shutdown
author Matthew Wild <mwild1@gmail.com>
date Fri, 19 Jun 2009 17:27:03 +0100
parent 1308:7b20a3d87244
child 1450:c1c7b27b983b
line wrap: on
line diff
--- a/core/s2smanager.lua	Fri Jun 19 17:23:17 2009 +0100
+++ b/core/s2smanager.lua	Fri Jun 19 17:27:03 2009 +0100
@@ -379,6 +379,8 @@
 			end
 			session.sendq = nil;
 		end
+		
+		session.srv_hosts = nil;
 	end
 end