# HG changeset patch # User Matthew Wild # Date 1455803359 0 # Node ID 8380b595a33bd159522d55542a1d0f4bd781825e # Parent f11d6c9d1c1f4510c8ca698c0252e70375c18618# Parent 5c1ee8c0623565211e31aafbb51b8f25a6ac610b Merge 0.10->trunk diff -r f11d6c9d1c1f -r 8380b595a33b core/certmanager.lua --- 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;