瀏覽代碼

Remove want_cmddata from HSFETCH, which does not in fact want data

This looks a copy-and-paste error to me.  Fixes bug 30646; bugfix on
0.4.1.1-alpha.
Nick Mathewson 5 年之前
父節點
當前提交
2d66250d8a
共有 2 個文件被更改,包括 4 次插入1 次删除
  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. */