plugins/mod_selftests.lua
changeset 1653 02a55ad3dce1
parent 1651 6954d8f314a1
--- 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;