diff -r 1572be348f88 -r a2972f9fda6d util/sasl_cyrus.lua --- 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")