mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
Merge remote-tracking branch 'tor-gitlab/mr/380' into main
This commit is contained in:
commit
b3d7a56f2a
1 changed files with 1 additions and 1 deletions
|
@ -1075,7 +1075,7 @@ static const control_cmd_syntax_t redirectstream_syntax = {
|
||||||
.max_args = UINT_MAX, // XXX should be 3.
|
.max_args = UINT_MAX, // XXX should be 3.
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Called when we receive a REDIRECTSTERAM command. Try to change the target
|
/** Called when we receive a REDIRECTSTREAM command. Try to change the target
|
||||||
* address of the named AP stream, and report success or failure. */
|
* address of the named AP stream, and report success or failure. */
|
||||||
static int
|
static int
|
||||||
handle_control_redirectstream(control_connection_t *conn,
|
handle_control_redirectstream(control_connection_t *conn,
|
||||||
|
|
Loading…
Add table
Reference in a new issue