gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: fix logic for nick


From: gnunet
Subject: [gnunet] branch master updated: fix logic for nick
Date: Thu, 13 Feb 2020 08:03:18 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new aa26736c4 fix logic for nick
aa26736c4 is described below

commit aa26736c4f7ef2edf1725034228749adbf75e9dd
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Thu Feb 13 07:59:22 2020 +0100

    fix logic for nick
---
 src/gns/gnunet-service-gns_resolver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gns/gnunet-service-gns_resolver.c 
b/src/gns/gnunet-service-gns_resolver.c
index b3dd5470b..f442e4018 100644
--- a/src/gns/gnunet-service-gns_resolver.c
+++ b/src/gns/gnunet-service-gns_resolver.c
@@ -2245,7 +2245,7 @@ handle_gns_resolution_result (void *cls,
 
       case GNUNET_GNSRECORD_TYPE_NICK:
         /* ignore unless specifically requested */
-        if (GNUNET_GNSRECORD_TYPE_NICK == rh->record_type)
+        if (0 == strcmp (GNUNET_GNS_EMPTY_LABEL_AT, rh->name))
         {
           rd_new[rd_off].data = rd[i].data;
           rd_new[rd_off].data_size = rd[i].data_size;

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



reply via email to

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