diff options
author | Matthew Wild <mwild1@gmail.com> | 2016-02-18 13:49:19 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2016-02-18 13:49:19 +0000 |
commit | f0979385d306fc2c20ba995b29e7b4e0e43f6c15 (patch) | |
tree | bc070a843a55e064508fe8efd43fd563bcf9247c /core | |
parent | 1af7a6e39efb724bd2693fa51d8484094927648c (diff) | |
parent | e169a3f1c53e68486428f55f7ba9d40a5c21932f (diff) | |
download | prosody-f0979385d306fc2c20ba995b29e7b4e0e43f6c15.tar.gz prosody-f0979385d306fc2c20ba995b29e7b4e0e43f6c15.zip |
Merge 0.10->trunk
Diffstat (limited to 'core')
-rw-r--r-- | core/certmanager.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/certmanager.lua b/core/certmanager.lua index 978a9efc..a4c9d891 100644 --- a/core/certmanager.lua +++ b/core/certmanager.lua @@ -25,7 +25,7 @@ local ssl_newcontext = ssl.newcontext; local new_config = require"util.sslconfig".new; local stat = require "lfs".attributes; -local tostring = tostring; +local tonumber, tostring = tonumber, tostring; local pairs = pairs; local type = type; local io_open = io.open; |