remove getFeatures() hack when initialising Shib
authorLuke Howard <lukeh@padl.com>
Sat, 16 Jul 2011 11:46:34 +0000 (11:46 +0000)
committerLuke Howard <lukeh@padl.com>
Sat, 16 Jul 2011 11:46:34 +0000 (11:46 +0000)
Shibboleth now supports multiple initializations

moonshot/mech_eap/util_shib.cpp

index 311de41..65900a8 100644 (file)
@@ -436,8 +436,7 @@ gss_eap_shib_attr_provider::init(void)
     bool ret = false;
 
     try {
-        if (SPConfig::getConfig().getFeatures() == 0)
-            ret = ShibbolethResolver::init();
+        ret = ShibbolethResolver::init();
     } catch (exception &e) {
     }