From 9bb898c3291c5cc516f257688c93bb536bad5cfe Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 14 Sep 2011 07:59:13 +0000 Subject: [PATCH] fix --- src/dht/gnunet-dht-driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dht/gnunet-dht-driver.c b/src/dht/gnunet-dht-driver.c index a7641098e..c0213499c 100644 --- a/src/dht/gnunet-dht-driver.c +++ b/src/dht/gnunet-dht-driver.c @@ -711,7 +711,7 @@ static unsigned long long cumulative_successful_gets; */ static unsigned long long gets_failed; -#ifndef HAVE_MALICIOUS +#ifdef HAVE_MALICIOUS /** * How many malicious control messages do * we currently have in flight? -- 2.25.1