diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-12-19 09:38:46 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-12-19 09:38:46 -0500 |
commit | eee248bc593ab57cd905195458dd2b64c94e9ac1 (patch) | |
tree | 89ee5ff0556c663e56a6c8c9ea5f7562a9f803e8 /changes | |
parent | f7e8bc2b4bc0d6072a337d9420cd5cd395c9f9d2 (diff) | |
parent | 3d83907ab168dd4b8cfc0919dbbbd188f02dca6b (diff) | |
download | tor-eee248bc593ab57cd905195458dd2b64c94e9ac1.tar.gz tor-eee248bc593ab57cd905195458dd2b64c94e9ac1.zip |
Merge remote-tracking branch 'dgoulet/bug13936_025_v2'
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. |