diff options
-rw-r--r-- | src/revocation/test_revocation.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/revocation/test_revocation.c b/src/revocation/test_revocation.c index 8d55936941..c3eefa8b1e 100644 --- a/src/revocation/test_revocation.c +++ b/src/revocation/test_revocation.c @@ -59,9 +59,7 @@ static int ok; static void do_shutdown (void *cls) { - unsigned int c; - - for (c = 0; c < NUM_TEST_PEERS; c++) + for (unsigned int c = 0; c < NUM_TEST_PEERS; c++) { if (NULL != testpeers[c].create_id_op) { |