gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r33437 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r33437 - gnunet/src/dht
Date: Wed, 28 May 2014 16:55:36 +0200

Author: supriti
Date: 2014-05-28 16:55:36 +0200 (Wed, 28 May 2014)
New Revision: 33437

Modified:
   gnunet/src/dht/gnunet-service-xdht_neighbours.c
Log:
Removing warning messages


Modified: gnunet/src/dht/gnunet-service-xdht_neighbours.c
===================================================================
--- gnunet/src/dht/gnunet-service-xdht_neighbours.c     2014-05-28 14:50:21 UTC 
(rev 33436)
+++ gnunet/src/dht/gnunet-service-xdht_neighbours.c     2014-05-28 14:55:36 UTC 
(rev 33437)
@@ -2950,6 +2950,7 @@
 handle_dht_p2p_notify_new_successor(void *cls, const struct 
GNUNET_PeerIdentity *peer,
                                     const struct GNUNET_MessageHeader *message)
 {
+#if 0
   struct PeerNotifyNewSuccessorMessage *nsm;
   struct GNUNET_PeerIdentity *trail;
   struct GNUNET_PeerIdentity source;
@@ -2981,7 +2982,7 @@
   source  = nsm->source_peer;
   destination = nsm->destination_peer;
   //trail_id = nsm->trail_id;
-#if 0
+
   if ( 0 == GNUNET_CRYPTO_cmp_peer_identity (&my_identity, &destination))
   {
     struct GNUNET_HashCode new_trail_id;




reply via email to

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