From 6783ca95ee1daceaaa7ae8c4c39a04f5b8d7a965 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Sat, 16 Jul 2011 11:46:34 +0000 Subject: [PATCH] remove getFeatures() hack when initialising Shib Shibboleth now supports multiple initializations --- moonshot/mech_eap/util_shib.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/moonshot/mech_eap/util_shib.cpp b/moonshot/mech_eap/util_shib.cpp index 311de41..65900a8 100644 --- a/moonshot/mech_eap/util_shib.cpp +++ b/moonshot/mech_eap/util_shib.cpp @@ -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) { } -- 2.1.4