summaryrefslogtreecommitdiff
path: root/changes/bug3577
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-07-13 12:44:41 -0400
committerNick Mathewson <nickm@torproject.org>2011-07-13 12:45:18 -0400
commit5000e59b5ff4234c6119c5ac0e9f419430c8b699 (patch)
treecaea7bf92091e46da7f39abc9c976e3633bdb086 /changes/bug3577
parent3ab09763ced6d892cd72956e53f2dfb804ec0a7c (diff)
downloadtor-5000e59b5ff4234c6119c5ac0e9f419430c8b699.tar.gz
tor-5000e59b5ff4234c6119c5ac0e9f419430c8b699.zip
Change GETINFO fingerprint to look at server_mode, not my_descriptor
It's possible for us to be a server and have a fingerprint without having yet generated a descriptor. Fixes bug 3577; bugfix on 0.2.0.1-alpha
Diffstat (limited to 'changes/bug3577')
-rw-r--r--changes/bug35774
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug3577 b/changes/bug3577
new file mode 100644
index 0000000000..6335272752
--- /dev/null
+++ b/changes/bug3577
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Allow GETINFO fingerprint to return a fingerprint even when
+ we have not yet built a router descriptor. Fixes bug 3577;
+ bugfix on 0.2.0.1-alpha.