commit a462ca7cce3699f488b5e2f2921738c944cb29c7
parent ef9170db4cc936c7154d8be7626f9c57f75c0049
Author: David Goulet <dgoulet@torproject.org>
Date: Thu, 30 May 2019 12:53:52 -0400
Merge branch 'tor-github/pr/1055'
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/changes/bug30646 b/changes/bug30646
@@ -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.
diff --git a/src/feature/control/control_cmd.c b/src/feature/control/control_cmd.c
@@ -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. */