Changeset

2394:a2972f9fda6d

util.sasl_cyrus: Further fixing and cleanup.
author Tobias Markmann <tm@ayena.de>
date Tue, 22 Dec 2009 21:08:58 +0100
parents 2393:1572be348f88
children 2395:7d7618c21321
files util/sasl_cyrus.lua
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/util/sasl_cyrus.lua	Tue Dec 22 20:55:35 2009 +0100
+++ b/util/sasl_cyrus.lua	Tue Dec 22 21:08:58 2009 +0100
@@ -19,17 +19,17 @@
 local pairs, ipairs = pairs, ipairs;
 local t_insert, t_concat = table.insert, table.concat;
 local s_match = string.match;
+local setmetatable = setmetatable
 
 local keys = keys;
 
 local print = print
+local pcall = pcall
 
 module "sasl_cyrus"
 
 local method = {};
 method.__index = method;
-local mechanisms = {};
-local backend_mechanism = {};
 
 pcall(cyrussasl.server_init, "prosody")