diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-10-31 14:53:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-10-31 14:54:20 -0400 |
commit | 8841a9e396372771a170656ebfab4b4bf6b0c593 (patch) | |
tree | 0ad9dab29a72e00463df5326106950bd5e762645 /changes | |
parent | becc95783979cf1879e6390aad80781d0ce3ea66 (diff) | |
download | tor-8841a9e396372771a170656ebfab4b4bf6b0c593.tar.gz tor-8841a9e396372771a170656ebfab4b4bf6b0c593.zip |
Create single-onion-service directory before poisoning it, if needed
(Also, refactor the code to create a hidden service directory into a
separate funcion, so we don't have to duplicate it.)
Fixes bug 20484; bugfix on 0.2.9.3-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20484 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug20484 b/changes/bug20484 new file mode 100644 index 0000000000..9a0b95cb39 --- /dev/null +++ b/changes/bug20484 @@ -0,0 +1,5 @@ + o Minor bugfixes (single onion services): + - Start correctly when creating a single onion service in a + directory that did not previously exist. Fixes bug 20484; bugfix on + 0.2.9.3-alpha. + |