mod_saslauth: Cleaned up unused requires.
[prosody.git] / util / sasl_cyrus.lua
index 0676bcf7ad00a22044cf5205916e0c6204ed251c..f5bfcbe9f4ea749a387d9df660e95c0dd0eeee26 100644 (file)
@@ -144,7 +144,7 @@ end
 -- select a mechanism to use
 function method:select(mechanism)
        self.mechanism = mechanism;
-       return self.mechanisms()[mechanism];
+       return self:mechanisms()[mechanism];
 end
 
 -- feed new messages to process into the library