aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorSupriti Singh <supritisingh08@gmail.com>2014-09-22 15:25:56 +0000
committerSupriti Singh <supritisingh08@gmail.com>2014-09-22 15:25:56 +0000
commit1a021fccfa0554a6396f1114f11ef509c49712fc (patch)
treecd0400f832bdf0198d7303fa041ef5bef1f47da6 /src/dht
parent24690b956a481a848256df3a1b8bd6984779ce7f (diff)
downloadgnunet-1a021fccfa0554a6396f1114f11ef509c49712fc.tar.gz
gnunet-1a021fccfa0554a6396f1114f11ef509c49712fc.zip
xvine: remove warnings
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/gnunet_dht_profiler.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dht/gnunet_dht_profiler.c b/src/dht/gnunet_dht_profiler.c
index f23a22f07..0380a82b4 100644
--- a/src/dht/gnunet_dht_profiler.c
+++ b/src/dht/gnunet_dht_profiler.c
@@ -1294,7 +1294,6 @@ test_run (void *cls,
1294{ 1294{
1295 unsigned int cnt; 1295 unsigned int cnt;
1296 unsigned int ac_cnt; 1296 unsigned int ac_cnt;
1297 unsigned int malicious_peers;
1298 testbed_handles = peers; 1297 testbed_handles = peers;
1299 if (NULL == peers) 1298 if (NULL == peers)
1300 { 1299 {
@@ -1317,7 +1316,7 @@ test_run (void *cls,
1317 ac_cnt = 0; 1316 ac_cnt = 0;
1318 1317
1319#if ENABLE_MALICIOUS 1318#if ENABLE_MALICIOUS
1320 1319 unsigned int malicious_peers;
1321 if(PUT_PROBABILITY + MALICIOUS_PROBABILITY > 100) 1320 if(PUT_PROBABILITY + MALICIOUS_PROBABILITY > 100)
1322 { 1321 {
1323 DEBUG ("Reduce either number of malicious peer or active peers. "); 1322 DEBUG ("Reduce either number of malicious peer or active peers. ");