Skip to content
Snippets Groups Projects
Commit f5730d46 authored by Robert Ransom's avatar Robert Ransom
Browse files

Don't send two ESTABLISH_RENDEZVOUS cells when opening a new rend circ

parent 682a85ff
No related branches found
No related tags found
No related merge requests found
o Minor bugfixes:
- Don't send two ESTABLISH_RENDEZVOUS cells when opening a new
circuit for use as a hidden service client's rendezvous point.
Fixes bugs 4641 and 4171; bugfix on 0.2.3.3-alpha. Diagnosed
with help from wanoskarnet.
......@@ -1017,7 +1017,6 @@ circuit_has_opened(origin_circuit_t *circ)
switch (TO_CIRCUIT(circ)->purpose) {
case CIRCUIT_PURPOSE_C_ESTABLISH_REND:
rend_client_rendcirc_has_opened(circ);
can_try_clearing_isolation = 1;
connection_ap_attach_pending();
break;
case CIRCUIT_PURPOSE_C_INTRODUCING:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment