mod_selftests: Mark as global
authorWaqas Hussain <waqas20@gmail.com>
Sat, 08 Aug 2009 23:52:36 +0500
changeset 1653 02a55ad3dce1
parent 1652 ce6b91c78b9f
child 1654 0ae73e3d306f
mod_selftests: Mark as global
plugins/mod_selftests.lua
--- a/plugins/mod_selftests.lua	Sat Aug 08 23:41:45 2009 +0500
+++ b/plugins/mod_selftests.lua	Sat Aug 08 23:52:36 2009 +0500
@@ -6,7 +6,7 @@
 -- COPYING file in the source package for more information.
 --
 
-
+module.host = "*" -- Global module
 
 local st = require "util.stanza";
 local register_component = require "core.componentmanager".register_component;