summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-04-27 15:30:02 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-04-27 15:30:02 +0000
commite4746e265e380cedc609fb53195c704dcd675920 (patch)
tree07b942459c7838881afaf08eb2884a4e0c20df8b
parentb95491f86701a7ec23c95f0b964626ece40a4202 (diff)
downloadlasso-e4746e265e380cedc609fb53195c704dcd675920.tar.gz
lasso-e4746e265e380cedc609fb53195c704dcd675920.tar.xz
lasso-e4746e265e380cedc609fb53195c704dcd675920.zip
Fixed a big boulette
-rw-r--r--lasso/Attic/protocols/authn_response.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/Attic/protocols/authn_response.c b/lasso/Attic/protocols/authn_response.c
index 7bc7e193..aa2e9534 100644
--- a/lasso/Attic/protocols/authn_response.c
+++ b/lasso/Attic/protocols/authn_response.c
@@ -110,8 +110,8 @@ lasso_authn_response_new(xmlChar *query,
/* consent */
if (lasso_g_ptr_array_index((GPtrArray *)g_datalist_get_data(&(gd), "consent"), 0) != NULL) {
- lasso_samlp_response_abstract_set_consent(LASSO_SAMLP_RESPONSE_ABSTRACT(response),
- lasso_g_ptr_array_index((GPtrArray *)g_datalist_get_data(&(gd), "consent"), 0));
+ lasso_lib_authn_response_set_consent(LASSO_LIB_AUTHN_RESPONSE(response),
+ lasso_g_ptr_array_index((GPtrArray *)g_datalist_get_data(&(gd), "consent"), 0));
}
/* Recipient */