diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-10-17 14:43:38 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-10-17 14:43:38 +0100 |
commit | 921d2fd7160df5b91200f9c5f9c45bdd74c92695 (patch) | |
tree | f202eb793d76efdddc2f66a65d72f35bd9e5a5d2 /core | |
parent | 55e729ef4cd3f4343970cdda52477ffd24ea118d (diff) | |
download | prosody-921d2fd7160df5b91200f9c5f9c45bdd74c92695.tar.gz prosody-921d2fd7160df5b91200f9c5f9c45bdd74c92695.zip |
hostmanager: Add return _M;
Diffstat (limited to 'core')
-rw-r--r-- | core/hostmanager.lua | 1 |
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; |