Software /
code /
prosody
Diff
plugins/mod_posix.lua @ 6367:769a3577dd85
Merge 0.9->0.10
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 28 Aug 2014 09:23:24 +0100 |
parent | 6061:1056ea08970f |
parent | 6357:ccae56e34956 |
child | 6874:e011f289ec77 |
line wrap: on
line diff
--- a/plugins/mod_posix.lua Wed Aug 27 13:00:04 2014 +0200 +++ b/plugins/mod_posix.lua Thu Aug 28 09:23:24 2014 +0100 @@ -80,7 +80,7 @@ if pidfile_handle then remove_pidfile(); end - pidfile = module:get_option("pidfile"); + pidfile = module:get_option_string("pidfile"); if pidfile then local err; local mode = stat(pidfile) and "r+" or "w+";