diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-08-05 11:09:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-08-05 11:09:08 -0400 |
commit | 04007448b9f318f4c3517ce173272f756a02f28c (patch) | |
tree | 086c9566e9e0c2004e427a89ae6ad1a1b784fff9 /changes | |
parent | fcbb21b414947d8ad7e4298d3952b84d8005dabc (diff) | |
download | tor-04007448b9f318f4c3517ce173272f756a02f28c.tar.gz tor-04007448b9f318f4c3517ce173272f756a02f28c.zip |
Correctly remove extraneous space in router family lines
Fixes bug 12728; bugfix on 0.2.1.7-alpha when the SPLIT_IGNORE_SPACE
option was added.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug12728 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug12728 b/changes/bug12728 new file mode 100644 index 0000000000..ee392457b4 --- /dev/null +++ b/changes/bug12728 @@ -0,0 +1,4 @@ + + o Minor bugfixes: + - When generating our family list, remove spaces from around the + entries there. Fixes bug 12728; bugfix on 0.2.1.7-alpha. |