gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: dce


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: dce
Date: Sun, 06 Oct 2019 11:50:22 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 6c38429f9 dce
6c38429f9 is described below

commit 6c38429f96ff9128ebd983a85aa6a2024112ed25
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Oct 6 11:48:10 2019 +0200

    dce
---
 src/gns/gnunet-service-gns_resolver.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/gns/gnunet-service-gns_resolver.c 
b/src/gns/gnunet-service-gns_resolver.c
index 52d850064..d4f174184 100644
--- a/src/gns/gnunet-service-gns_resolver.c
+++ b/src/gns/gnunet-service-gns_resolver.c
@@ -2161,12 +2161,8 @@ handle_gns_resolution_result (void *cls,
         break;
 
       case GNUNET_GNSRECORD_TYPE_NICK:
-        {
-          const char *nick;
-
-          nick = rd[i].data;
-          break;
-        }
+        /* ignore */
+        break;
 
       case GNUNET_GNSRECORD_TYPE_PKEY:
         {

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



reply via email to

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