Software /
code /
prosody
Diff
plugins/mod_dialback.lua @ 1065:3806173670f2
mod_*: Fix many unnecessary global accesses in modules (already committed to main repo)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 29 Apr 2009 02:08:12 +0100 |
parent | 896:2c0b9e3c11c3 |
child | 1070:3b066968063b |
line wrap: on
line diff
--- a/plugins/mod_dialback.lua Wed Apr 29 02:06:05 2009 +0100 +++ b/plugins/mod_dialback.lua Wed Apr 29 02:08:12 2009 +0100 @@ -7,7 +7,7 @@ -- - +local hosts = _G.hosts; local send_s2s = require "core.s2smanager".send_to_host; local s2s_make_authenticated = require "core.s2smanager".make_authenticated; local s2s_verify_dialback = require "core.s2smanager".verify_dialback;