aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2014-12-07 15:47:09 +0200
committerrl1987 <rl1987@sdf.lonestar.org>2014-12-07 15:47:09 +0200
commit9c239eccc973042cbaec16fd48a457f44aeafc24 (patch)
tree0c398802b5fe02f206cd993ebf50ff65ef019b44 /changes
parent3c0e09ef813a12d64fb4329978853e2b27a5856e (diff)
downloadtor-9c239eccc973042cbaec16fd48a457f44aeafc24.tar.gz
tor-9c239eccc973042cbaec16fd48a457f44aeafc24.zip
Use END_CIRC_REASON_TORPROTOCOL instead of magic number.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug138403
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug13840 b/changes/bug13840
new file mode 100644
index 0000000000..a7204e4a9c
--- /dev/null
+++ b/changes/bug13840
@@ -0,0 +1,3 @@
+ o Code simplifications and refactoring:
+ - In connection_exit_begin_conn(), use END_CIRC_REASON_TORPROTOCOL
+ constant instead of hardcoded value. Fixes issue 13840.