From 18deb6a5bd030d6fa06cd9eaa7ed5a2b937f2d25 Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Fri, 16 Apr 2004 11:55:24 +0000 Subject: Removed a call to fcunt lasso_samlp_response_add_assertion() in excess --- lasso/Attic/protocols/single_sign_on_and_federation.c | 4 ++-- 1 file 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); } -- cgit