From 37976ded56fa550ea4f3b34cfda40f4dc35fb635 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Tue, 10 May 2011 13:32:15 +0200 Subject: [PATCH] cleanup indentation --- 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 3363ce2..41bedad 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< gss_eap_saml_assertion_provider *> + saml = static_cast (m_manager->getProvider(ATTR_TYPE_SAML_ASSERTION)); if (saml == NULL) return false; -- 2.1.4