From 8abd2f2c24bd83acb36e9c8ace40ac3751f09663 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Sun, 23 May 2010 05:46:52 +0500 Subject: rostermanager: Correctly clear the bare_sessions table on roster load errors during bind. --- core/sessionmanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/sessionmanager.lua b/core/sessionmanager.lua index 48990de3..fd6ed96e 100644 --- a/core/sessionmanager.lua +++ b/core/sessionmanager.lua @@ -181,7 +181,7 @@ function bind_resource(session, resource) hosts[session.host].sessions[session.username].sessions[resource] = nil; session.full_jid = nil; session.resource = nil; - if next(bare_sessions[session.username..'@'..session.host]) == nil then + if next(bare_sessions[session.username..'@'..session.host].sessions) == nil then bare_sessions[session.username..'@'..session.host] = nil; hosts[session.host].sessions[session.username] = nil; end -- cgit v1.2.3