aboutsummaryrefslogtreecommitdiffstats
path: root/core/hostmanager.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-10-17 14:43:38 +0100
committerMatthew Wild <mwild1@gmail.com>2009-10-17 14:43:38 +0100
commit921d2fd7160df5b91200f9c5f9c45bdd74c92695 (patch)
treef202eb793d76efdddc2f66a65d72f35bd9e5a5d2 /core/hostmanager.lua
parent55e729ef4cd3f4343970cdda52477ffd24ea118d (diff)
downloadprosody-921d2fd7160df5b91200f9c5f9c45bdd74c92695.tar.gz
prosody-921d2fd7160df5b91200f9c5f9c45bdd74c92695.zip
hostmanager: Add return _M;
Diffstat (limited to 'core/hostmanager.lua')
-rw-r--r--core/hostmanager.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/hostmanager.lua b/core/hostmanager.lua
index 2c8174ee..15484574 100644
--- a/core/hostmanager.lua
+++ b/core/hostmanager.lua
@@ -83,3 +83,4 @@ end
function getconfig(name)
end
+return _M;