summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lasso/Attic/protocols/identity.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/Attic/protocols/identity.c b/lasso/Attic/protocols/identity.c
index 380b8fff..55d8894e 100644
--- a/lasso/Attic/protocols/identity.c
+++ b/lasso/Attic/protocols/identity.c
@@ -78,14 +78,14 @@ void
lasso_identity_set_local_nameIdentifier(LassoIdentity *identity,
LassoNode *nameIdentifier)
{
- identity->local_nameIdentifier = lasso_node_copy(nameIdentifier);
+ identity->local_nameIdentifier = nameIdentifier;
}
void
lasso_identity_set_remote_nameIdentifier(LassoIdentity *identity,
LassoNode *nameIdentifier)
{
- identity->remote_nameIdentifier = lasso_node_copy(nameIdentifier);
+ identity->remote_nameIdentifier = nameIdentifier;
}
gboolean