Software /
code /
prosody
Changeset
4992:e79e4d1f75de
certmanager: Remove unused import of setmetatable
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 23 Jul 2012 16:42:26 +0100 |
parents | 4991:bcbfcec620ac |
children | 4993:5243b74a4cbb |
files | core/certmanager.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;