tools/ejabberd2prosody: Fixed private storage export
[prosody.git] / core / stanza_router.lua
index f5a19307f0788c192736f5cfa27eb6ca2b6afcb8..80b51cc62431277137f3e2c827eadb1f2db62aa5 100644 (file)
@@ -10,6 +10,8 @@
 
 local log = require "util.logger".init("stanzarouter")
 
+local hosts = _G.hosts;
+
 local st = require "util.stanza";
 local send_s2s = require "core.s2smanager".send_to_host;
 local user_exists = require "core.usermanager".user_exists;