mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Fix brown-paper-bag bug in #4759 fix
Fixes #4883, not yet in any release.
This commit is contained in:
parent
37c90319e2
commit
72ed4a41f5
@ -278,7 +278,7 @@ rend_client_send_introduction(origin_circuit_t *introcirc,
|
||||
/* Copy the rendezvous cookie from rendcirc to introcirc, so that
|
||||
* when introcirc gets an ack, we can change the state of the right
|
||||
* rendezvous circuit. */
|
||||
memcpy(rendcirc->rend_data->rend_cookie, introcirc->rend_data->rend_cookie,
|
||||
memcpy(introcirc->rend_data->rend_cookie, rendcirc->rend_data->rend_cookie,
|
||||
REND_COOKIE_LEN);
|
||||
|
||||
log_info(LD_REND, "Sending an INTRODUCE1 cell");
|
||||
|
Loading…
Reference in New Issue
Block a user