From: David Goulet Date: Tue, 27 Jun 2017 13:28:15 +0000 (-0400) Subject: hs: Fix comment of the get max size descriptor function X-Git-Tag: tor-0.3.2.1-alpha~146^2~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79ff2e014f5726648e3f2c4a3f521ede76b8c6e2;p=thirdparty%2Ftor.git hs: Fix comment of the get max size descriptor function Signed-off-by: David Goulet --- diff --git a/src/or/hs_cache.c b/src/or/hs_cache.c index 6f7bf1abd7..d93e682dc3 100644 --- a/src/or/hs_cache.c +++ b/src/or/hs_cache.c @@ -610,10 +610,7 @@ hs_cache_handle_oom(time_t now, size_t min_remove_bytes) return bytes_removed; } -/** - * Return the maximum size of an HS descriptor we are willing to accept as an - * HSDir. - */ +/* Return the maximum size of a v3 HS descriptor. */ unsigned int hs_cache_get_max_descriptor_size(void) {