[tor-commits] [tor/master] hs: Remove an outdated comment

dgoulet at torproject.org dgoulet at torproject.org
Thu Aug 29 12:59:05 UTC 2019


commit 55580d063d03ee100a75f4acea8286a6c6e53c8f
Author: teor <teor at torproject.org>
Date:   Fri Aug 23 14:43:16 2019 +1000

    hs: Remove an outdated comment
---
 src/feature/hs/hs_circuit.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/feature/hs/hs_circuit.c b/src/feature/hs/hs_circuit.c
index 716c4b1f1..e3f9ca1de 100644
--- a/src/feature/hs/hs_circuit.c
+++ b/src/feature/hs/hs_circuit.c
@@ -389,10 +389,7 @@ launch_rendezvous_point_circuit(const hs_service_t *service,
                                         &data->onion_pk,
                                         service->config.is_single_onion);
   if (info == NULL) {
-    /* We are done here, we can't extend to the rendezvous point.
-     * If you're running an IPv6-only v3 single onion service on 0.3.2 or with
-     * 0.3.2 clients, and somehow disable the option check, it will fail here.
-     */
+    /* We are done here, we can't extend to the rendezvous point. */
     log_fn(LOG_PROTOCOL_WARN, LD_REND,
            "Not enough info to open a circuit to a rendezvous point for "
            "%s service %s.",





More information about the tor-commits mailing list