plugins/mod_posix.lua
changeset 4797 e239668aa6d2
parent 4794 25ce7720555f
parent 4623 403b56b78018
child 4993 5243b74a4cbb
--- a/plugins/mod_posix.lua	Sun Apr 29 02:09:12 2012 +0100
+++ b/plugins/mod_posix.lua	Sun Apr 29 02:10:55 2012 +0100
@@ -22,7 +22,7 @@
 
 local prosody = _G.prosody;
 
-module.host = "*"; -- we're a global module
+module:set_global(); -- we're a global module
 
 local umask = module:get_option("umask") or "027";
 pposix.umask(umask);