From: Sam Hartman Date: Tue, 10 May 2011 00:21:49 +0000 (-0400) Subject: Remove inappropriate const from cast X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=722218a9561fc49bc2d2ac590e9db0673ca4fdae;p=mech_eap.orig Remove inappropriate const from cast --- diff --git a/mech_eap/util_saml.cpp b/mech_eap/util_saml.cpp index 494aeb9..3363ce2 100644 --- a/mech_eap/util_saml.cpp +++ b/mech_eap/util_saml.cpp @@ -363,7 +363,7 @@ gss_eap_saml_attr_provider::getAssertion(int *authenticated, if (pAssertion != NULL) *pAssertion = NULL; - saml = static_cast + saml = static_cast< gss_eap_saml_assertion_provider *> (m_manager->getProvider(ATTR_TYPE_SAML_ASSERTION)); if (saml == NULL) return false;