diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug13936 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug13936 b/changes/bug13936 new file mode 100644 index 0000000000..75dc9cd437 --- /dev/null +++ b/changes/bug13936 @@ -0,0 +1,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. |