Changeset

1974:cfac07d8428e

hostmanager: Add return _M;
author Matthew Wild <mwild1@gmail.com>
date Sat, 17 Oct 2009 14:43:38 +0100
parents 1973:7eea682989d3
children 1975:a9998fac292c
files core/hostmanager.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/core/hostmanager.lua	Sat Oct 17 13:38:20 2009 +0100
+++ b/core/hostmanager.lua	Sat Oct 17 14:43:38 2009 +0100
@@ -83,3 +83,4 @@
 function getconfig(name)
 end
 
+return _M;