Software /
code /
prosody
Changeset
623:5af5a64a729f
Remove old debugging line from sessionmanager
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 16 Dec 2008 02:30:24 +0000 |
parents | 622:96848cf7f28c |
children | 624:04fe1a00aa16 |
files | core/sessionmanager.lua |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/core/sessionmanager.lua Mon Dec 15 18:06:59 2008 +0000 +++ b/core/sessionmanager.lua Tue Dec 16 02:30:24 2008 +0000 @@ -113,8 +113,6 @@ if session.resource then return nil, "cancel", "already-bound", "Cannot bind multiple resources on a single connection"; end -- We don't support binding multiple resources - session.conntimetotal = gettime()-session.conntime; - resource = resource or uuid_generate(); --FIXME: Randomly-generated resources must be unique per-user, and never conflict with existing