]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
hs: Remove an outdated comment
authorteor <teor@torproject.org>
Fri, 23 Aug 2019 04:43:16 +0000 (14:43 +1000)
committerteor <teor@torproject.org>
Fri, 23 Aug 2019 06:26:44 +0000 (16:26 +1000)
src/feature/hs/hs_circuit.c

index 716c4b1f1765018ba0fa2983565c7eeb6b1e9a08..e3f9ca1de467029a940f124fa63cf910aa821d65 100644 (file)
@@ -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.",