summaryrefslogtreecommitdiffstats
path: root/lasso/Attic
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-26 17:39:55 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-26 17:39:55 +0000
commit927f2ac7f688d28cd0f1268a1fc5b25b6b9f0f5e (patch)
treedf2f1c9569bb70ac1dffdd863d85e030a5f51a9d /lasso/Attic
parentb86b5225680225d7940de6e0745de077278ece15 (diff)
downloadlasso-927f2ac7f688d28cd0f1268a1fc5b25b6b9f0f5e.tar.gz
lasso-927f2ac7f688d28cd0f1268a1fc5b25b6b9f0f5e.tar.xz
lasso-927f2ac7f688d28cd0f1268a1fc5b25b6b9f0f5e.zip
*** empty log message ***
Diffstat (limited to 'lasso/Attic')
-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 8ed7db73..131f8524 100644
--- a/lasso/Attic/protocols/identity.c
+++ b/lasso/Attic/protocols/identity.c
@@ -90,13 +90,13 @@ lasso_identity_dump(LassoIdentity *identity)
LassoNode *
lasso_identity_get_local_nameIdentifier(LassoIdentity *identity)
{
- return(LASSO_NODE(identity->local_nameIdentifier));
+ return(lasso_node_copy(identity->local_nameIdentifier));
}
LassoNode *
lasso_identity_get_remote_nameIdentifier(LassoIdentity *identity)
{
- return(LASSO_NODE(identity->remote_nameIdentifier));
+ return(lasso_node_copy(identity->remote_nameIdentifier));
}
void