Software /
code /
prosody
Diff
plugins/mod_posix.lua @ 4684:dc70c4ffb66d
Merge timber->trunk - thanks everyone!
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 24 Apr 2012 21:59:20 +0100 |
parent | 4623:403b56b78018 |
child | 4797:e239668aa6d2 |
line wrap: on
line diff
--- a/plugins/mod_posix.lua Tue Apr 24 03:23:44 2012 +0100 +++ b/plugins/mod_posix.lua Tue Apr 24 21:59:20 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);