faster checking for other sessions

This commit is contained in:
Matthew Wild 2008-10-23 17:27:41 +01:00
parent ff0fe0544a
commit 9e6c3919af

View file

@ -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;