aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/revocation/test_revocation.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/revocation/test_revocation.c b/src/revocation/test_revocation.c
index 8d5593694..c3eefa8b1 100644
--- a/src/revocation/test_revocation.c
+++ b/src/revocation/test_revocation.c
@@ -59,9 +59,7 @@ static int ok;
59static void 59static void
60do_shutdown (void *cls) 60do_shutdown (void *cls)
61{ 61{
62 unsigned int c; 62 for (unsigned int c = 0; c < NUM_TEST_PEERS; c++)
63
64 for (c = 0; c < NUM_TEST_PEERS; c++)
65 { 63 {
66 if (NULL != testpeers[c].create_id_op) 64 if (NULL != testpeers[c].create_id_op)
67 { 65 {