]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix an extra space in a changes file
authorNick Mathewson <nickm@torproject.org>
Wed, 13 Jun 2018 13:59:26 +0000 (09:59 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 13 Jun 2018 13:59:26 +0000 (09:59 -0400)
changes/bug26158

index 5ae1c30600400d7846882677b78c87b6bea56183..0d74cf1167997017bb4a3752fbc100682a9535a6 100644 (file)
@@ -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