diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-19 15:32:42 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-19 15:32:42 +0000 |
| commit | 77c415bc4dfedf3fa1f49d3a7017002eb9f258e1 (patch) | |
| tree | 11c6ee0652bd84dc3c9a35aadd0b8fcf5b16ebc0 | |
| parent | 2b2caa1b7de94d4f39144eacc3a5d202ca5cbe93 (diff) | |
| download | lasso-77c415bc4dfedf3fa1f49d3a7017002eb9f258e1.tar.gz lasso-77c415bc4dfedf3fa1f49d3a7017002eb9f258e1.tar.xz lasso-77c415bc4dfedf3fa1f49d3a7017002eb9f258e1.zip | |
*** empty log message ***
| -rw-r--r-- | lasso/id-ff/login.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/id-ff/login.c b/lasso/id-ff/login.c index 88c3150e..e569c1f0 100644 --- a/lasso/id-ff/login.c +++ b/lasso/id-ff/login.c @@ -749,8 +749,8 @@ lasso_login_process_response_msg(LassoLogin *login, LASSO_PROFILE_CONTEXT(login)->response_type = lassoMessageTypeResponse; /* put response assertion in user object */ - assertion = lasso_node_get_child_content(LASSO_PROFILE_CONTEXT(login)->response, - "Assertion", lassoLibHRef); + assertion = lasso_node_get_child(LASSO_PROFILE_CONTEXT(login)->response, + "Assertion", lassoLibHRef); lasso_user_add_assertion(LASSO_PROFILE_CONTEXT(login)->user, LASSO_PROFILE_CONTEXT(login)->remote_providerID, assertion); |
