Software /
code /
prosody
Changeset
7161:8380b595a33b
Merge 0.10->trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 18 Feb 2016 13:49:19 +0000 |
parents | 7159:f11d6c9d1c1f (current diff) 7160:5c1ee8c06235 (diff) |
children | 7164:af26e8eb591f |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/core/certmanager.lua Thu Feb 18 13:24:21 2016 +0000 +++ b/core/certmanager.lua Thu Feb 18 13:49:19 2016 +0000 @@ -25,7 +25,7 @@ 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;