diff options
author | David Goulet <dgoulet@torproject.org> | 2019-08-29 08:56:04 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-08-29 08:56:04 -0400 |
commit | 960d9894159ebd830e41db7ed9ae4e166235e331 (patch) | |
tree | 8f9adf5892ae45dcfae9432c38f3ab32b1e9ce52 /src/feature/hs | |
parent | 7c99a4dddee8350a4997ed2e2033dc9c20242da1 (diff) | |
parent | 55580d063d03ee100a75f4acea8286a6c6e53c8f (diff) | |
download | tor-960d9894159ebd830e41db7ed9ae4e166235e331.tar.gz tor-960d9894159ebd830e41db7ed9ae4e166235e331.zip |
Merge branch 'tor-github/pr/1257'
Diffstat (limited to 'src/feature/hs')
-rw-r--r-- | src/feature/hs/hs_circuit.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/feature/hs/hs_circuit.c b/src/feature/hs/hs_circuit.c index 2419d19f75..a5aa2fb228 100644 --- a/src/feature/hs/hs_circuit.c +++ b/src/feature/hs/hs_circuit.c @@ -387,10 +387,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.", |