aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/test_revocation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/revocation/test_revocation.c')
-rw-r--r--src/revocation/test_revocation.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/revocation/test_revocation.c b/src/revocation/test_revocation.c
index d015ed152..cecd99e77 100644
--- a/src/revocation/test_revocation.c
+++ b/src/revocation/test_revocation.c
@@ -383,7 +383,8 @@ test_connection (void *cls,
383 GNUNET_SCHEDULER_shutdown (); 383 GNUNET_SCHEDULER_shutdown ();
384 return; 384 return;
385 } 385 }
386 if (0 == links_failed) 386 /* We are generating a CLIQUE */
387 if (NUM_TEST_PEERS * (NUM_TEST_PEERS -1) == links_succeeded)
387 { 388 {
388 fprintf (stderr, 389 fprintf (stderr,
389 "Testbed connected peers, initializing test\n"); 390 "Testbed connected peers, initializing test\n");