gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9735 - GNUnet/src/applications/dv_dht/module


From: gnunet
Subject: [GNUnet-SVN] r9735 - GNUnet/src/applications/dv_dht/module
Date: Fri, 11 Dec 2009 21:47:15 +0100

Author: grothoff
Date: 2009-12-11 21:47:15 +0100 (Fri, 11 Dec 2009)
New Revision: 9735

Modified:
   GNUnet/src/applications/dv_dht/module/routing.c
Log:
removing dead code

Modified: GNUnet/src/applications/dv_dht/module/routing.c
===================================================================
--- GNUnet/src/applications/dv_dht/module/routing.c     2009-12-11 20:44:05 UTC 
(rev 9734)
+++ GNUnet/src/applications/dv_dht/module/routing.c     2009-12-11 20:47:15 UTC 
(rev 9735)
@@ -530,7 +530,6 @@
                              "%s: Routing result (in hashmap) to `%s'\n",
                              &shortID, &enc);
 #endif
-              match = GNUNET_NO;
               match =
                 GNUNET_bloomfilter_test (bloom, &pos->source.hashPubKey);
               if (match == GNUNET_YES)
@@ -539,7 +538,6 @@
                   continue;
                 }
 
-              match = GNUNET_NO;
               match =
                 GNUNET_bloomfilter_test (q->bloom_results,
                                          &pos->source.hashPubKey);





reply via email to

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