diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-10-21 07:44:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-10-21 07:44:54 -0400 |
commit | c9ddf191cfca1769c444a912d2137c773c499fb6 (patch) | |
tree | 28c696e16c5042cc17d03840406a0cac87db1f62 /changes | |
parent | 0668437b5895c2a870f38557b4f432ebade07e8d (diff) | |
download | tor-c9ddf191cfca1769c444a912d2137c773c499fb6.tar.gz tor-c9ddf191cfca1769c444a912d2137c773c499fb6.zip |
Make "check-changes" work on bug32671.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug32671 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changes/bug32671 b/changes/bug32671 index d12e35c7fc..aa43d46543 100644 --- a/changes/bug32671 +++ b/changes/bug32671 @@ -1,4 +1,4 @@ o Minor bugfixes (circuit padding): - When circpad_send_padding_cell_for_callback is called, `is_padding_timer_scheduled` flag was not reset. Now it is set to 0 at - the top of that function. Fix bug #32671. + the top of that function. Fixes bug 32671; bugfix on 0.4.0.1-alpha. |