commit e3592cd8b56145201843733523a68b1706ba4556 Author: Nick Mathewson nickm@torproject.org Date: Mon Oct 24 10:31:16 2016 -0400
html error in doxygen comment in rendservice.c --- src/or/rendservice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/rendservice.c b/src/or/rendservice.c index 3afe880..d6bd5b1 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -984,7 +984,7 @@ rend_service_sos_poison_path(const rend_service_t *service) return rend_service_path(service, sos_poison_fname); }
-/** Return True if hidden services <b>service> has been poisoned by single +/** Return True if hidden services <b>service</b> has been poisoned by single * onion mode. */ static int service_is_single_onion_poisoned(const rend_service_t *service)
tor-commits@lists.torproject.org