From: Nick Mathewson Date: Wed, 13 Jun 2018 13:59:26 +0000 (-0400) Subject: Fix an extra space in a changes file X-Git-Tag: tor-0.3.2.11~14^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9713ecfc40c9dafaee5a03e469b0d9d701cc6181;p=thirdparty%2Ftor.git Fix an extra space in a changes file --- 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