diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-13 09:59:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-13 09:59:26 -0400 |
commit | 9713ecfc40c9dafaee5a03e469b0d9d701cc6181 (patch) | |
tree | bcd78b0fa036e51ccd572feb2b70178a403c0300 | |
parent | 94f3007627f4161ca4f1fb5e41f11cc8ff78ca2b (diff) | |
download | tor-9713ecfc40c9dafaee5a03e469b0d9d701cc6181.tar.gz tor-9713ecfc40c9dafaee5a03e469b0d9d701cc6181.zip |
Fix an extra space in a changes file
-rw-r--r-- | changes/bug26158 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changes/bug26158 b/changes/bug26158 index 5ae1c30600..0d74cf1167 100644 --- a/changes/bug26158 +++ b/changes/bug26158 @@ -1,4 +1,4 @@ - o Minor bugfixes (relay): + o Minor bugfixes (relay): - Relays now correctly block attempts to re-extend to the previous relay by Ed25519 identity. Previously they would warn in this case, but not actually reject the attempt. Fixes bug 26158; bugfix on |