From 3ae917244469be00de7178c5949df61e6cbeded2 Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Tue, 27 Jul 2004 01:12:53 +0000 Subject: Removed 2 useless lasso_node_copy --- lasso/id-ff/login.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lasso') diff --git a/lasso/id-ff/login.c b/lasso/id-ff/login.c index 9c564858..e765147c 100644 --- a/lasso/id-ff/login.c +++ b/lasso/id-ff/login.c @@ -121,7 +121,7 @@ lasso_login_add_response_assertion(LassoLogin *login, /* store assertion in user object */ lasso_user_add_assertion(LASSO_PROFILE_CONTEXT(login)->user, LASSO_PROFILE_CONTEXT(login)->remote_providerID, - lasso_node_copy(assertion)); + assertion); } lasso_node_destroy(authentication_statement); @@ -558,7 +558,7 @@ lasso_login_create_user(LassoLogin *login, /* put response assertion in user object */ lasso_user_add_assertion(LASSO_PROFILE_CONTEXT(login)->user, LASSO_PROFILE_CONTEXT(login)->remote_providerID, - lasso_node_copy(assertion)); + assertion); /* put the 2 NameIdentifiers in user object */ nameIdentifier = lasso_node_get_child(assertion, "NameIdentifier", lassoSamlAssertionHRef); -- cgit