diff options
author | teor <teor@torproject.org> | 2019-11-01 14:30:30 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-11-05 11:01:28 +1000 |
commit | f29de4b8d2097676f9d2f067c176b38a08362046 (patch) | |
tree | 80e7c78a3059851cc744f433cba4b8c33905f860 /changes/bug32352 | |
parent | 5d85c247e8d28726402eaa51eb0e48ea7a1b6d7b (diff) | |
download | tor-f29de4b8d2097676f9d2f067c176b38a08362046.tar.gz tor-f29de4b8d2097676f9d2f067c176b38a08362046.zip |
confmgt: Stop adding a space, when there is no option value
Fixes bug 32352; bugfix on 0.0.9pre6.
Diffstat (limited to 'changes/bug32352')
-rw-r--r-- | changes/bug32352 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug32352 b/changes/bug32352 new file mode 100644 index 0000000000..ca93e4efdf --- /dev/null +++ b/changes/bug32352 @@ -0,0 +1,6 @@ + o Minor bugfixes (config): + - When dumping the config, stop adding a trailing space after the option + name, when there is no option value. This issue only affects options + that accept an empty value or list. (Most options reject empty values, + or delete the entire line from the dumped options.) + Fixes bug 32352; bugfix on 0.0.9pre6. |