diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-05-29 10:10:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-05-29 10:10:57 -0400 |
commit | 2d66250d8acfc61210442df94fe04df09c2dbab6 (patch) | |
tree | 86957bd83d1b93d50b7a916186166d7ec3ecbfd2 /src/feature/control/control_cmd.c | |
parent | 24a2352d56d807320c45fcdd8c74435bda4302c2 (diff) | |
download | tor-2d66250d8acfc61210442df94fe04df09c2dbab6.tar.gz tor-2d66250d8acfc61210442df94fe04df09c2dbab6.zip |
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.
Diffstat (limited to 'src/feature/control/control_cmd.c')
-rw-r--r-- | src/feature/control/control_cmd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/feature/control/control_cmd.c b/src/feature/control/control_cmd.c index 17d5b0c7f3..abb579bd43 100644 --- 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. */ |