Browse Source

Merge branch 'tor-github/pr/1055'

David Goulet 5 years ago
parent
commit
a462ca7cce
2 changed files with 4 additions and 1 deletions
  1. 4 0
      changes/bug30646
  2. 0 1
      src/feature/control/control_cmd.c

+ 4 - 0
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.

+ 0 - 1
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. */