aboutsummaryrefslogtreecommitdiff
path: root/src/set/test_set_api.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-08-13 00:58:14 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-08-13 00:58:14 +0000
commit84701f040c57bee43892fa0d079344c1a9e48dc3 (patch)
tree032b74a52f89c407114f444106eb24703d811149 /src/set/test_set_api.c
parentc1c986c8827d66cd20923b17ba1f5103d673e5ea (diff)
downloadgnunet-84701f040c57bee43892fa0d079344c1a9e48dc3.tar.gz
gnunet-84701f040c57bee43892fa0d079344c1a9e48dc3.zip
- proper shutdown sequence for set makes consensus happy
Diffstat (limited to 'src/set/test_set_api.c')
-rw-r--r--src/set/test_set_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/set/test_set_api.c b/src/set/test_set_api.c
index 6085c59f3..3dd49f036 100644
--- a/src/set/test_set_api.c
+++ b/src/set/test_set_api.c
@@ -232,7 +232,6 @@ run (void *cls,
232 232
233 test_iter (); 233 test_iter ();
234 234
235 return;
236 set1 = GNUNET_SET_create (cfg, GNUNET_SET_OPERATION_UNION); 235 set1 = GNUNET_SET_create (cfg, GNUNET_SET_OPERATION_UNION);
237 set2 = GNUNET_SET_create (cfg, GNUNET_SET_OPERATION_UNION); 236 set2 = GNUNET_SET_create (cfg, GNUNET_SET_OPERATION_UNION);
238 GNUNET_CRYPTO_hash_create_random (GNUNET_CRYPTO_QUALITY_WEAK, &app_id); 237 GNUNET_CRYPTO_hash_create_random (GNUNET_CRYPTO_QUALITY_WEAK, &app_id);