aboutsummaryrefslogtreecommitdiff
path: root/src/set/test_set_intersection_result_full.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-30 00:21:42 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-30 00:21:42 +0000
commitbeccfee0add2579a9beb65af41ac266f04635f3c (patch)
tree6ed4d5cf02a419bcfec3e13f97e03fbb1f70955f /src/set/test_set_intersection_result_full.c
parentc9fca90e1efe64166a2bf259df3242f50af9a6ac (diff)
downloadgnunet-beccfee0add2579a9beb65af41ac266f04635f3c.tar.gz
gnunet-beccfee0add2579a9beb65af41ac266f04635f3c.zip
-misc fixes, in particular actually build bf
Diffstat (limited to 'src/set/test_set_intersection_result_full.c')
-rw-r--r--src/set/test_set_intersection_result_full.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/test_set_intersection_result_full.c b/src/set/test_set_intersection_result_full.c
index 567a2ed0d..1baf667dd 100644
--- a/src/set/test_set_intersection_result_full.c
+++ b/src/set/test_set_intersection_result_full.c
@@ -234,7 +234,7 @@ run (void *cls,
234{ 234{
235 config = cfg; 235 config = cfg;
236 GNUNET_TESTING_peer_get_identity (peer, &local_id); 236 GNUNET_TESTING_peer_get_identity (peer, &local_id);
237 test_iter (); 237 if (0) test_iter ();
238 238
239 set1 = GNUNET_SET_create (cfg, GNUNET_SET_OPERATION_INTERSECTION); 239 set1 = GNUNET_SET_create (cfg, GNUNET_SET_OPERATION_INTERSECTION);
240 set2 = GNUNET_SET_create (cfg, GNUNET_SET_OPERATION_INTERSECTION); 240 set2 = GNUNET_SET_create (cfg, GNUNET_SET_OPERATION_INTERSECTION);