diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-11 10:36:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-03 09:33:33 -0400 |
commit | 7f329206488cf844aee33fbd2e9724c72421b6af (patch) | |
tree | c9a421584535417162a2d9b5357e5083474f7ec9 /changes | |
parent | 7b2364035a6f80fd3158e1b6d7b0034989aefb38 (diff) | |
download | tor-7f329206488cf844aee33fbd2e9724c72421b6af.tar.gz tor-7f329206488cf844aee33fbd2e9724c72421b6af.zip |
Don't send missing X-Desc-Gen-Reason on startup
Since we start with desc_clean_since = 0, we should have been
starting with non-null desc_dirty_reason.
Fixes bug 22884; bugfix on 0.2.3.4-alpha when X-Desc-Gen-Reason was
added.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22885 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug22885 b/changes/bug22885 new file mode 100644 index 0000000000..d95e879eb8 --- /dev/null +++ b/changes/bug22885 @@ -0,0 +1,5 @@ + o Minor bugfixes (relay): + - When uploading our descriptor for the first time after startup, + report the reason for uploading as "Tor just started" rather than + leaving it blank. Fixes bug 22885; bugfix on 0.2.3.4-alpha. + |