diff options
author | teor <teor@torproject.org> | 2019-08-23 14:43:16 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-08-23 16:26:44 +1000 |
commit | 55580d063d03ee100a75f4acea8286a6c6e53c8f (patch) | |
tree | f8e2c355c6c1c2965d4705696df8aa170431c0e0 /src/feature/hs/hs_circuit.c | |
parent | 65935f6da7ac9201c6197f4fc1b57527c8e3457a (diff) | |
download | tor-55580d063d03ee100a75f4acea8286a6c6e53c8f.tar.gz tor-55580d063d03ee100a75f4acea8286a6c6e53c8f.zip |
hs: Remove an outdated comment
Diffstat (limited to 'src/feature/hs/hs_circuit.c')
-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 716c4b1f17..e3f9ca1de4 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.", |