Changeset

3426:37b9b8e171b9

util.sasl_cyrus: Removed method:forbidden().
author Waqas Hussain <waqas20@gmail.com>
date Mon, 02 Aug 2010 18:46:13 +0500
parents 3425:26751c628207
children 3427:046a8cf304dd
files util/sasl_cyrus.lua
diffstat 1 files changed, 1 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/util/sasl_cyrus.lua	Mon Aug 02 18:44:08 2010 +0500
+++ b/util/sasl_cyrus.lua	Mon Aug 02 18:46:13 2010 +0500
@@ -116,17 +116,11 @@
 	return s;
 end
 
--- get a fresh clone with the same realm, profiles and forbidden mechanisms
+-- get a fresh clone with the same realm and service name
 function method:clean_clone()
 	return new(self.realm, self.service_name)
 end
 
--- set the forbidden mechanisms
-function method:forbidden( restrict )
-	log("warn", "Called method:forbidden. NOT IMPLEMENTED.")
-	return {}
-end
-
 -- get a list of possible SASL mechanims to use
 function method:mechanisms()
 	local mechanisms = self.mechs;