diff options
author | David Goulet <dgoulet@torproject.org> | 2017-09-15 08:34:56 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2017-09-15 08:34:56 -0400 |
commit | 21564c93cea87ac01087b5139a37e68a27871ab1 (patch) | |
tree | ffc7f3294295424199ee8c321c19ecc0ec773b7d /src/test/test_hs_common.c | |
parent | 44ee5037eacd2e39b0df7515b2ca0996c3372827 (diff) | |
download | tor-21564c93cea87ac01087b5139a37e68a27871ab1.tar.gz tor-21564c93cea87ac01087b5139a37e68a27871ab1.zip |
test: Make check-spaces happy
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/test/test_hs_common.c')
-rw-r--r-- | src/test/test_hs_common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/test_hs_common.c b/src/test/test_hs_common.c index ef4c565a8e..2d63dff250 100644 --- a/src/test/test_hs_common.c +++ b/src/test/test_hs_common.c @@ -1614,7 +1614,6 @@ helper_test_hsdir_sync(networkstatus_t *ns, * exhausted all of them: */ tt_assert(!pick_hsdir_v3(&service->keys.identity_pk)); - done: /* At the end: free all services and initialize the subsystem again, we will * need it for next scenario. */ @@ -1764,7 +1763,6 @@ test_client_service_hsdir_set_sync(void *arg) */ helper_test_hsdir_sync(ns, LATE_IN_TP_TO_SRV, EARLY_IN_SRV_TO_TP, 1); - done: networkstatus_vote_free(ns); nodelist_free_all(); |