Software /
code /
prosody
Changeset
2050:adc1b92b8c6b
rostermanager: Fixed a global access.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Thu, 22 Oct 2009 04:47:40 +0500 |
parents | 2049:227f3fd2caaf |
children | 2051:2567f4bf0085 2057:ee2929e620bb |
files | core/rostermanager.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/core/rostermanager.lua Thu Oct 22 03:46:54 2009 +0500 +++ b/core/rostermanager.lua Thu Oct 22 04:47:40 2009 +0500 @@ -18,6 +18,7 @@ local tostring = tostring; local hosts = hosts; +local bare_sessions = bare_sessions; local datamanager = require "util.datamanager" local st = require "util.stanza";