From: Sam Hartman Date: Tue, 10 May 2011 00:21:49 +0000 (-0400) Subject: Remove inappropriate const from cast X-Git-Tag: tr-beta1~172 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=commitdiff_plain;h=190b2507908fef87ebec9d74f06d96249f7ab981 Remove inappropriate const from cast --- diff --git a/moonshot/mech_eap/util_saml.cpp b/moonshot/mech_eap/util_saml.cpp index 494aeb9..3363ce2 100644 --- a/moonshot/mech_eap/util_saml.cpp +++ b/moonshot/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;