util/sasl_cyrus.lua
changeset 3366 a2a242321901
parent 3365 32dc830d976c
child 3373 cd6836586a6a
--- a/util/sasl_cyrus.lua	Wed Jul 14 20:10:35 2010 +0500
+++ b/util/sasl_cyrus.lua	Wed Jul 14 20:21:51 2010 +0500
@@ -144,8 +144,7 @@
 -- select a mechanism to use
 function method:select(mechanism)
 	self.mechanism = mechanism;
-	if not self.mechs then self:mechanisms(); end
-	return self.mechs[mechanism];
+	return self.mechanisms()[mechanism];
 end
 
 -- feed new messages to process into the library