diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-09 11:53:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-09 11:53:18 -0400 |
commit | 61d5ce83a1ecc459798b530730316bfebe3bb192 (patch) | |
tree | fa014666f5143a669832643c2907576edb0b55e3 /src/or/hs_service.c | |
parent | 9df20f60762dbd21796bb8c9c621585662e7f708 (diff) | |
parent | abde29824ceb76bd21e728260796ecb4ff55151a (diff) | |
download | tor-61d5ce83a1ecc459798b530730316bfebe3bb192.tar.gz tor-61d5ce83a1ecc459798b530730316bfebe3bb192.zip |
Merge branch 'maint-0.3.3'
Diffstat (limited to 'src/or/hs_service.c')
-rw-r--r-- | src/or/hs_service.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/or/hs_service.c b/src/or/hs_service.c index b7296ddcf9..9001a521ab 100644 --- a/src/or/hs_service.c +++ b/src/or/hs_service.c @@ -878,11 +878,6 @@ register_all_services(void) tor_assert(hs_service_staging_list); - /* We'll save us some allocation and computing time. */ - if (smartlist_len(hs_service_staging_list) == 0) { - return; - } - /* Allocate a new map that will replace the current one. */ new_service_map = tor_malloc_zero(sizeof(*new_service_map)); HT_INIT(hs_service_ht, new_service_map); |