gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: fix identity rename


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix identity rename
Date: Fri, 10 Aug 2018 23:50:48 +0200

This is an automated email from the git hooks/post-receive script.

phil pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new d74e6d064 fix identity rename
d74e6d064 is described below

commit d74e6d06434f195a7307497e4e0283185491264a
Author: Phil <address@hidden>
AuthorDate: Fri Aug 10 23:50:40 2018 +0200

    fix identity rename
---
 src/identity/gnunet-service-identity.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/identity/gnunet-service-identity.c 
b/src/identity/gnunet-service-identity.c
index 266f5ccc3..155c49cc5 100644
--- a/src/identity/gnunet-service-identity.c
+++ b/src/identity/gnunet-service-identity.c
@@ -752,7 +752,7 @@ handle_rename_message (void *cls,
   old_name = GNUNET_strdup (old_name_tmp);
   GNUNET_STRINGS_utf8_tolower (old_name_tmp, old_name);
   new_name = GNUNET_strdup (&old_name_tmp[old_name_len]);
-  GNUNET_STRINGS_utf8_tolower (&old_name_tmp[old_name_len], old_name);
+  GNUNET_STRINGS_utf8_tolower (&old_name_tmp[old_name_len], new_name);
 
   /* check if new name is already in use */
   for (ego = ego_head; NULL != ego; ego = ego->next)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]