From 065effb5bff5e3d7be10c6414f24d3038d8979b9 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Mon, 9 May 2011 20:21:49 -0400 Subject: [PATCH] Remove inappropriate const from cast (cherry picked from commit a4f1d12a74dd8021570fc9a8d4c4304036991990) --- moonshot/mech_eap/util_saml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.1.4