summaryrefslogtreecommitdiffstats
path: root/lasso
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-08-19 15:36:23 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-08-19 15:36:23 +0000
commitfd46dd6c2541da10ab9480b71e428ef121744b7d (patch)
treeea844581bfb8ebd9e6519aa295c7f42a6dddab25 /lasso
parent2a8623ca8ff78005e0384c4fb51c29b78401e9c8 (diff)
downloadlasso-fd46dd6c2541da10ab9480b71e428ef121744b7d.tar.gz
lasso-fd46dd6c2541da10ab9480b71e428ef121744b7d.tar.xz
lasso-fd46dd6c2541da10ab9480b71e428ef121744b7d.zip
Replaced a HRef by NULL
Diffstat (limited to 'lasso')
-rw-r--r--lasso/id-ff/session.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lasso/id-ff/session.c b/lasso/id-ff/session.c
index dfc2bad6..dabd9d4b 100644
--- a/lasso/id-ff/session.c
+++ b/lasso/id-ff/session.c
@@ -423,7 +423,8 @@ lasso_session_new_from_dump(gchar *dump)
&err);
if (remote_providerID != NULL) {
assertion = lasso_node_get_child(assertion_node,
- "Assertion", lassoLibHRef,
+ "Assertion",
+ NULL, /* lassoLibHRef, FIXME changed for SourceID */
&err);
if (assertion != NULL) {
lasso_session_add_assertion(session, remote_providerID, assertion);