aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-20 13:23:45 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-20 13:23:45 +0100
commit311f47494f931aefd9dc1e247831d88a3bcebdb4 (patch)
treed673be28629296ab33ed7f43ae7140e88967fc09 /src/rps/rps_api.c
parent1173f89823cd4cb1ff6c8afdbc33ea9397bbeee2 (diff)
downloadgnunet-311f47494f931aefd9dc1e247831d88a3bcebdb4.tar.gz
gnunet-311f47494f931aefd9dc1e247831d88a3bcebdb4.zip
fix enable_malicous check
Diffstat (limited to 'src/rps/rps_api.c')
-rw-r--r--src/rps/rps_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/rps_api.c b/src/rps/rps_api.c
index 6fac4cf6f..d0b241a2b 100644
--- a/src/rps/rps_api.c
+++ b/src/rps/rps_api.c
@@ -806,7 +806,7 @@ GNUNET_RPS_seed_ids (struct GNUNET_RPS_Handle *h,
806} 806}
807 807
808 808
809#ifdef ENABLE_MALICIOUS 809#if ENABLE_MALICIOUS
810/** 810/**
811 * Turn RPS service to act malicious. 811 * Turn RPS service to act malicious.
812 * 812 *