blob: 75dc9cd437b497bb753f97d30e23c9ec347a5fac (
plain)
1
2
3
4
5
6
|
o Minor bugfixes:
- Use circuit_has_opened() instead of rend_client_rendcirc_has_opened()
when a rendezvous circuit is opened because circuit_has_opened() jobs
is to call a specialized function depending on the circuit purpose.
Furthermore, a controller event will be triggered here where the
former did not.
|