From: Luke Howard Date: Sat, 16 Jul 2011 11:46:34 +0000 (+0000) Subject: remove getFeatures() hack when initialising Shib X-Git-Tag: tr-beta1~130^2~4 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=commitdiff_plain;h=6783ca95ee1daceaaa7ae8c4c39a04f5b8d7a965 remove getFeatures() hack when initialising Shib Shibboleth now supports multiple initializations --- 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) { }