mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
hs: Remove an outdated comment
This commit is contained in:
parent
65935f6da7
commit
55580d063d
@ -389,10 +389,7 @@ launch_rendezvous_point_circuit(const hs_service_t *service,
|
|||||||
&data->onion_pk,
|
&data->onion_pk,
|
||||||
service->config.is_single_onion);
|
service->config.is_single_onion);
|
||||||
if (info == NULL) {
|
if (info == NULL) {
|
||||||
/* We are done here, we can't extend to the rendezvous point.
|
/* 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.
|
|
||||||
*/
|
|
||||||
log_fn(LOG_PROTOCOL_WARN, LD_REND,
|
log_fn(LOG_PROTOCOL_WARN, LD_REND,
|
||||||
"Not enough info to open a circuit to a rendezvous point for "
|
"Not enough info to open a circuit to a rendezvous point for "
|
||||||
"%s service %s.",
|
"%s service %s.",
|
||||||
|
Loading…
Reference in New Issue
Block a user