aboutsummaryrefslogtreecommitdiff
path: root/src/set
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2015-10-11 19:16:15 +0000
committerFlorian Dold <florian.dold@gmail.com>2015-10-11 19:16:15 +0000
commit97413eeadde62d7646b192348512abc4f4c36c2d (patch)
tree976e75557edd1ef9c2cd110fee45c476be9e7960 /src/set
parent15f13cc7f9b59269a8b5ee8c750b5729b2c359ae (diff)
downloadgnunet-97413eeadde62d7646b192348512abc4f4c36c2d.tar.gz
gnunet-97413eeadde62d7646b192348512abc4f4c36c2d.zip
consensus
Diffstat (limited to 'src/set')
-rw-r--r--src/set/gnunet-service-set_union_strata_estimator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/gnunet-service-set_union_strata_estimator.c b/src/set/gnunet-service-set_union_strata_estimator.c
index 324d9d311..be14d353b 100644
--- a/src/set/gnunet-service-set_union_strata_estimator.c
+++ b/src/set/gnunet-service-set_union_strata_estimator.c
@@ -33,7 +33,7 @@
33 * Should we try compressing the strata estimator? This will 33 * Should we try compressing the strata estimator? This will
34 * break compatibility with the 0.10.1-network. 34 * break compatibility with the 0.10.1-network.
35 */ 35 */
36#define FAIL_10_1_COMPATIBILTIY 0 36#define FAIL_10_1_COMPATIBILTIY 1
37 37
38 38
39/** 39/**