mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
faster checking for other sessions
This commit is contained in:
parent
ff0fe0544a
commit
9e6c3919af
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ function destroy_session(session)
|
|||
local nomore = true;
|
||||
for res, ssn in pairs(hosts[session.host].sessions[session.username]) do
|
||||
nomore = false;
|
||||
break;
|
||||
end
|
||||
if nomore then
|
||||
hosts[session.host].sessions[session.username] = nil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue