core/sessionmanager.lua

changeset 1301
d10d84f755b5
parent 1290
c253905a8a55
child 1379
03d8a930053f
--- a/core/sessionmanager.lua	Thu Jun 04 05:37:43 2009 +0500
+++ b/core/sessionmanager.lua	Thu Jun 04 05:54:32 2009 +0500
@@ -72,7 +72,7 @@
 		if not next(hosts[session.host].sessions[session.username].sessions) then
 			log("debug", "All resources of %s are now offline", session.username);
 			hosts[session.host].sessions[session.username] = nil;
-			bare_sessions[session.host..'@'..session.username] = nil;
+			bare_sessions[session.username..'@'..session.host] = nil;
 		end
 	end
 	

mercurial