summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-04-16 11:55:24 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-04-16 11:55:24 +0000
commit18deb6a5bd030d6fa06cd9eaa7ed5a2b937f2d25 (patch)
tree68800b056e2170fc4f09d1fc3d7a98bf4fce3c87
parentf096bdc7a0d5b8bbe1b4cfaebbdbfc1ad86540a7 (diff)
downloadlasso-18deb6a5bd030d6fa06cd9eaa7ed5a2b937f2d25.tar.gz
lasso-18deb6a5bd030d6fa06cd9eaa7ed5a2b937f2d25.tar.xz
lasso-18deb6a5bd030d6fa06cd9eaa7ed5a2b937f2d25.zip
Removed a call to fcunt lasso_samlp_response_add_assertion() in excess
-rw-r--r--lasso/Attic/protocols/single_sign_on_and_federation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/Attic/protocols/single_sign_on_and_federation.c b/lasso/Attic/protocols/single_sign_on_and_federation.c
index 5f1c44ee..0fd64820 100644
--- a/lasso/Attic/protocols/single_sign_on_and_federation.c
+++ b/lasso/Attic/protocols/single_sign_on_and_federation.c
@@ -409,8 +409,8 @@ lasso_authn_response_add_assertion(lassoAuthnResponse *lares,
lares->private_key,
lares->certificate);
- lasso_samlp_response_add_assertion(LASSO_SAMLP_RESPONSE(lares->node),
- LASSO_LIB_ASSERTION(assertion));
+/* lasso_samlp_response_add_assertion(LASSO_SAMLP_RESPONSE(lares->node), */
+/* LASSO_LIB_ASSERTION(assertion)); */
return (0);
}