diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-16 11:55:24 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-16 11:55:24 +0000 |
| commit | 18deb6a5bd030d6fa06cd9eaa7ed5a2b937f2d25 (patch) | |
| tree | 68800b056e2170fc4f09d1fc3d7a98bf4fce3c87 | |
| parent | f096bdc7a0d5b8bbe1b4cfaebbdbfc1ad86540a7 (diff) | |
| download | lasso-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.c | 4 |
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); } |
