diff options
| -rw-r--r-- | lasso/saml-2.0/login.c | 3 | ||||
| -rw-r--r-- | lasso/xml/saml-2.0/saml2_encrypted_element.c | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/lasso/saml-2.0/login.c b/lasso/saml-2.0/login.c index e357e655..ebd82af5 100644 --- a/lasso/saml-2.0/login.c +++ b/lasso/saml-2.0/login.c @@ -1132,8 +1132,7 @@ lasso_saml20_login_get_assertion_consumer_service_url(LassoLogin *login, if (url == NULL) { message(G_LOG_LEVEL_WARNING, "can't find assertion consumer service url (going for default)"); - url = lasso_saml20_provider_get_assertion_consumer_service_url( - remote_provider, -1); + url = lasso_saml20_provider_get_assertion_consumer_service_url(remote_provider, -1); } return url; diff --git a/lasso/xml/saml-2.0/saml2_encrypted_element.c b/lasso/xml/saml-2.0/saml2_encrypted_element.c index 8738f12c..6384e8e6 100644 --- a/lasso/xml/saml-2.0/saml2_encrypted_element.c +++ b/lasso/xml/saml-2.0/saml2_encrypted_element.c @@ -73,7 +73,7 @@ class_init(LassoSaml2EncryptedElementClass *klass) /* EncryptedAssertion are in a GList so they will use this name, * whereas EncryptedID will use their snippet name */ - lasso_node_class_set_nodename(nclass, "EncryptedAssertion"); + lasso_node_class_set_nodename(nclass, "EncryptedElement"); lasso_node_class_set_ns(nclass, LASSO_SAML2_ASSERTION_HREF, LASSO_SAML2_ASSERTION_PREFIX); lasso_node_class_add_snippets(nclass, schema_snippets); } |
