gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r34304 - gnunet/src/dht
Date: Mon, 22 Sep 2014 17:25:57 +0200

Author: supriti
Date: 2014-09-22 17:25:56 +0200 (Mon, 22 Sep 2014)
New Revision: 34304

Modified:
   gnunet/src/dht/gnunet_dht_profiler.c
Log:
xvine: remove warnings


Modified: gnunet/src/dht/gnunet_dht_profiler.c
===================================================================
--- gnunet/src/dht/gnunet_dht_profiler.c        2014-09-22 15:21:30 UTC (rev 
34303)
+++ gnunet/src/dht/gnunet_dht_profiler.c        2014-09-22 15:25:56 UTC (rev 
34304)
@@ -1294,7 +1294,6 @@
 {
   unsigned int cnt;
   unsigned int ac_cnt;
-  unsigned int malicious_peers;
   testbed_handles = peers;  
   if (NULL == peers)
   {
@@ -1317,7 +1316,7 @@
   ac_cnt = 0;
   
 #if ENABLE_MALICIOUS
-
+  unsigned int malicious_peers;
   if(PUT_PROBABILITY + MALICIOUS_PROBABILITY > 100)
   {
     DEBUG ("Reduce either number of malicious peer or active peers. ");




reply via email to

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