summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-05 14:52:18 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-05 14:52:18 +0000
commitb449c26f5af02a3cbed90384e3f64a321a5ee1aa (patch)
tree403e9052a48708d64df61c91198103269adb099d
parentfcb5503e1b9c3c629091bae884d1be3016e24dd6 (diff)
downloadlasso-b449c26f5af02a3cbed90384e3f64a321a5ee1aa.tar.gz
lasso-b449c26f5af02a3cbed90384e3f64a321a5ee1aa.tar.xz
lasso-b449c26f5af02a3cbed90384e3f64a321a5ee1aa.zip
* remove blanks (review by F. Peters)
-rw-r--r--lasso/id-wsf/wsf_profile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/id-wsf/wsf_profile.c b/lasso/id-wsf/wsf_profile.c
index b0e17d29..462e7e5e 100644
--- a/lasso/id-wsf/wsf_profile.c
+++ b/lasso/id-wsf/wsf_profile.c
@@ -1225,8 +1225,8 @@ lasso_wsf_profile_add_saml_signature(LassoWsfProfile *wsf_profile, xmlDoc *doc)
goto_exit_if_fail(security != NULL, LASSO_XML_ERROR_NODE_NOT_FOUND);
assertion = xmlSecFindNode(security, (xmlChar*) "Assertion", (xmlChar*) LASSO_SAML_ASSERTION_HREF);
goto_exit_if_fail(assertion != NULL, LASSO_XML_ERROR_NODE_NOT_FOUND);
- assertion_id = xmlGetProp(assertion, (xmlChar*)"AssertionID");
- goto_exit_if_fail(assertion_id != NULL, LASSO_XML_ERROR_ATTR_NOT_FOUND);
+ assertion_id = xmlGetProp(assertion, (xmlChar*)"AssertionID");
+ goto_exit_if_fail(assertion_id != NULL, LASSO_XML_ERROR_ATTR_NOT_FOUND);
/* Create the signature template */
rc = add_signature_template(wsf_profile->server, doc, security, &signature);