# HG changeset patch # User Matthew Wild # Date 1472855080 -3600 # Node ID 132819f409dc987e1fe09eb259ba4ed95aeb16f4 # Parent b40776ee2aef6972eb18d494f7428e3807ede7ee mod_bosh: Fix typo diff -r b40776ee2aef -r 132819f409dc plugins/mod_bosh.lua --- a/plugins/mod_bosh.lua Fri Sep 02 23:00:43 2016 +0100 +++ b/plugins/mod_bosh.lua Fri Sep 02 23:24:40 2016 +0100 @@ -102,7 +102,7 @@ end function check_inactive(now, session, context, reason) - if not sessions.destroyed then + if not session.destroyed then sessions[context.sid] = nil; sm_destroy_session(session, reason); end