From c84c48cba27dd6f74ffa3a2b969fb72fc5d48b51 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 18 Feb 2016 13:48:45 +0000 Subject: [PATCH] certmanager: Localize tonumber --- core/certmanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2