summaryrefslogtreecommitdiffstats
path: root/lasso/Attic/protocols/authn_response.c
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-06-01 13:39:05 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-06-01 13:39:05 +0000
commit47f50f046f8b324e80b8d45358f4ae539fe115ea (patch)
tree1428f31ca099667d96d31c816c3d265d9b70c86f /lasso/Attic/protocols/authn_response.c
parentc15a5d6e8e9392790ca558fbd2f69d75c71f10fb (diff)
downloadlasso-47f50f046f8b324e80b8d45358f4ae539fe115ea.tar.gz
lasso-47f50f046f8b324e80b8d45358f4ae539fe115ea.tar.xz
lasso-47f50f046f8b324e80b8d45358f4ae539fe115ea.zip
*** empty log message ***
Diffstat (limited to 'lasso/Attic/protocols/authn_response.c')
-rw-r--r--lasso/Attic/protocols/authn_response.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/Attic/protocols/authn_response.c b/lasso/Attic/protocols/authn_response.c
index 3ecb518f..07fd0e73 100644
--- a/lasso/Attic/protocols/authn_response.c
+++ b/lasso/Attic/protocols/authn_response.c
@@ -292,7 +292,7 @@ lasso_authn_response_new_from_request_query(gchar *query,
gd = lasso_query_to_dict(query);
/* store query - need to verify signature */
LASSO_AUTHN_RESPONSE(response)->query = g_strdup(query);
- LASSO_AUTHN_RESPONSE(response)->request = NULL;
+ LASSO_AUTHN_RESPONSE(response)->request = lasso_authn_request_new_from_query(query);
/* ResponseID */
id = lasso_build_unique_id(32);