Use rend_service_is_ephemeral for all service checks in rendservice.c

Fixes #20853.
This commit is contained in:
J. Ryan Stinnett
2016-12-02 23:10:28 -06:00
parent 8a0ea3ee43
commit 63d3ba96f9
2 changed files with 36 additions and 12 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfix (hidden services):
- Change ephemeral service checks in `rendservice.c` to use the new
`rend_service_is_ephemeral` helper function. Fixes bug 20853; bugfix on
bug 20526; not in any released version of Tor.