diff options
author | meejah <meejah@meejah.ca> | 2017-01-28 13:49:18 -0700 |
---|---|---|
committer | meejah <meejah@meejah.ca> | 2017-01-28 13:59:29 -0700 |
commit | fc58c37e334fec71a204b7b0787d347b647618b8 (patch) | |
tree | 0b838926387ec4879da645977a4181260c5afa38 /changes/bug21329 | |
parent | 67eb6470d711b36d1b855e6423ce7bbb302af834 (diff) | |
download | tor-fc58c37e334fec71a204b7b0787d347b647618b8.tar.gz tor-fc58c37e334fec71a204b7b0787d347b647618b8.zip |
Ticket #21329: GETINFO onions/current returns empty list
If there are no ephemeral or detached onion services, then
"GETINFO onions/current" or "GETINFO onions/detached" should
return an empty list instead of an error
Diffstat (limited to 'changes/bug21329')
-rw-r--r-- | changes/bug21329 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug21329 b/changes/bug21329 new file mode 100644 index 0000000000..60b936393e --- /dev/null +++ b/changes/bug21329 @@ -0,0 +1,3 @@ + o Minor bugfixes (controller): + - GETINFO onions/current and onions/detached no longer 551 on empty lists + Fixes bug 21329 |