dce
authorChristian Grothoff <christian@grothoff.org>
Sun, 6 Oct 2019 09:48:10 +0000 (11:48 +0200)
committerChristian Grothoff <christian@grothoff.org>
Sun, 6 Oct 2019 09:48:10 +0000 (11:48 +0200)
src/gns/gnunet-service-gns_resolver.c

index 52d850064d559fe74211732c7eb36529b5b5aab9..d4f174184286dbbe3ab37da78b9029c79f0cf028 100644 (file)
@@ -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:
         {