Software /
code /
prosody
Changeset
7160:5c1ee8c06235
certmanager: Localize tonumber
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 18 Feb 2016 13:48:45 +0000 |
parents | 7158:e5412e685991 |
children | 7161:8380b595a33b 7162:d0b64f1e4f5d |
files | core/certmanager.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/core/certmanager.lua Thu Feb 18 13:21:12 2016 +0000 +++ b/core/certmanager.lua Thu Feb 18 13:48:45 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;