aboutsummaryrefslogtreecommitdiff
path: root/src/setu/test_setu_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setu/test_setu_api.c')
-rw-r--r--src/setu/test_setu_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/setu/test_setu_api.c b/src/setu/test_setu_api.c
index 02c5ddf87..797e3f534 100644
--- a/src/setu/test_setu_api.c
+++ b/src/setu/test_setu_api.c
@@ -392,9 +392,9 @@ run (void *cls,
392 /* test the real set reconciliation */ 392 /* test the real set reconciliation */
393 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 393 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
394 "Running real set-reconciliation\n"); 394 "Running real set-reconciliation\n");
395 //init_set1 (); 395 init_set1 ();
396 // limit ~23800 element total 396 // limit ~23800 element total
397 initRandomSets(9990,9997,9997,32); 397 //initRandomSets(9990,9997,9997,32);
398} 398}
399 399
400 400