gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: always return nick records


From: gnunet
Subject: [gnunet] branch master updated: always return nick records
Date: Thu, 13 Feb 2020 15:19:09 +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 4dc95a504 always return nick records
4dc95a504 is described below

commit 4dc95a504310abbd9b7b6d84737cc92d396553a7
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Thu Feb 13 15:15:18 2020 +0100

    always return nick records
---
 src/gns/gnunet-service-gns_resolver.c | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/src/gns/gnunet-service-gns_resolver.c 
b/src/gns/gnunet-service-gns_resolver.c
index f442e4018..8b621515d 100644
--- a/src/gns/gnunet-service-gns_resolver.c
+++ b/src/gns/gnunet-service-gns_resolver.c
@@ -2243,16 +2243,6 @@ handle_gns_resolution_result (void *cls,
         }
         break;
 
-      case GNUNET_GNSRECORD_TYPE_NICK:
-        /* ignore unless specifically requested */
-        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;
-          rd_off++;
-        }
-        break;
-
       case GNUNET_GNSRECORD_TYPE_PKEY:
         {
           struct GNUNET_CRYPTO_EcdsaPublicKey pub;

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



reply via email to

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