Merge branch 'tor-github/pr/1055'

This commit is contained in:
David Goulet
2019-05-30 12:53:52 -04:00
2 changed files with 4 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (controller):
- Repair the HSFETCH command so that it works again. Previously, it
expected a body when it shouldn't have. Fixes bug 30646; bugfix on
0.4.1.1-alpha.
-1
View File
@@ -1385,7 +1385,6 @@ static const control_cmd_syntax_t hsfetch_syntax = {
.min_args = 1, .max_args = 1,
.accept_keywords = true,
.allowed_keywords = hsfetch_keywords,
.want_cmddata = true,
};
/** Implementation for the HSFETCH command. */