Diff

core/s2smanager.lua @ 4949:521976cb56e6

Merge 0.9->trunk
author Matthew Wild <mwild1@gmail.com>
date Sun, 08 Jul 2012 18:49:44 +0100
parent 4930:42ac50c0382e
child 4993:5243b74a4cbb
line wrap: on
line diff
--- a/core/s2smanager.lua	Sun Jul 08 18:48:28 2012 +0100
+++ b/core/s2smanager.lua	Sun Jul 08 18:49:44 2012 +0100
@@ -133,7 +133,7 @@
 function retire_session(session, reason)
 	local log = session.log or log;
 	for k in pairs(session) do
-		if k ~= "trace" and k ~= "log" and k ~= "id" then
+		if k ~= "trace" and k ~= "log" and k ~= "id" and k ~= "conn" then
 			session[k] = nil;
 		end
 	end