diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-12-02 16:27:33 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-12-02 16:27:33 -0500 |
commit | 682a85ff7c691f691f9f7745e34e396f15e5d601 (patch) | |
tree | ca332882138010131d66e7293703fc7c24f701b3 /changes | |
parent | 5303918091d832d2986b113d60a6ba1ca328af1c (diff) | |
download | tor-682a85ff7c691f691f9f7745e34e396f15e5d601.tar.gz tor-682a85ff7c691f691f9f7745e34e396f15e5d601.zip |
Don't just tell the controller "foo" on id mismatch
Fixes bug 4169; bugfix on 0.2.1.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4169 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug4169 b/changes/bug4169 new file mode 100644 index 0000000000..38c18d3bec --- /dev/null +++ b/changes/bug4169 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - Report a real bootstrap problem to the controller on router + identity mismatch. Previously we just said "foo", which probably + made a lot of sense at the time. Fixes bug 4169; bugfix on + 0.2.1.1-alpha. + |