Software /
code /
prosody
Diff
plugins/mod_posix.lua @ 6368:bd0c8b361589
Merge 0.10->trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 28 Aug 2014 12:05:18 +0100 |
parent | 6367:769a3577dd85 |
child | 6874:e011f289ec77 |
line wrap: on
line diff
--- a/plugins/mod_posix.lua Wed Aug 13 19:22:08 2014 +0200 +++ b/plugins/mod_posix.lua Thu Aug 28 12:05:18 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+";