Software /
code /
prosody
Diff
core/certmanager.lua @ 4992:e79e4d1f75de
certmanager: Remove unused import of setmetatable
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 23 Jul 2012 16:42:26 +0100 |
parent | 4991:bcbfcec620ac |
child | 5282:4cd57cb49f99 |
line wrap: on
line diff
--- a/core/certmanager.lua Mon Jul 23 16:39:49 2012 +0100 +++ b/core/certmanager.lua Mon Jul 23 16:42:26 2012 +0100 @@ -11,7 +11,7 @@ local ssl = ssl; local ssl_newcontext = ssl and ssl.newcontext; -local setmetatable, tostring = setmetatable, tostring; +local tostring = tostring; local prosody = prosody; local resolve_path = configmanager.resolve_relative_path;