From 1a021fccfa0554a6396f1114f11ef509c49712fc Mon Sep 17 00:00:00 2001 From: Supriti Singh Date: Mon, 22 Sep 2014 15:25:56 +0000 Subject: xvine: remove warnings --- src/dht/gnunet_dht_profiler.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/dht/gnunet_dht_profiler.c') 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, { unsigned int cnt; unsigned int ac_cnt; - unsigned int malicious_peers; testbed_handles = peers; if (NULL == peers) { @@ -1317,7 +1316,7 @@ test_run (void *cls, 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. "); -- cgit v1.2.3