diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-10-19 17:07:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-10-19 17:07:23 -0400 |
commit | ec4142abdf7fa4efaa281413e31acc93bf22ea4a (patch) | |
tree | b4e1af64b660415e7600b8c04efbdf9cecf9248b /changes | |
parent | 87e4b9259ad76ac12613bf569f45a2110ed0e400 (diff) | |
download | tor-ec4142abdf7fa4efaa281413e31acc93bf22ea4a.tar.gz tor-ec4142abdf7fa4efaa281413e31acc93bf22ea4a.zip |
Unify code in channel_write_*cell()
Patch from pingl; patch for 13827.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug13827 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug13827 b/changes/bug13827 new file mode 100644 index 0000000000..2235a3fbd7 --- /dev/null +++ b/changes/bug13827 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Remove duplicate code in the channel_write_*cell() functions. + Closes ticket 13827; patch from Pingl. |