mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Merge branch 'tor-github/pr/1055'
This commit is contained in:
commit
a462ca7cce
4
changes/bug30646
Normal file
4
changes/bug30646
Normal 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.
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user