mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Add intro+rend cannibalize param..
This commit is contained in:
parent
930fbb2fec
commit
fbbf894d4d
@ -1429,7 +1429,7 @@ circuit_launch_by_extend_info(uint8_t purpose,
|
||||
*/
|
||||
circ->path_state = PATH_STATE_USE_SUCCEEDED;
|
||||
/* This must be called before the purpose change */
|
||||
pathbias_check_close(circ);
|
||||
pathbias_check_close(circ, END_CIRC_REASON_FINISHED);
|
||||
}
|
||||
|
||||
circuit_change_purpose(TO_CIRCUIT(circ), purpose);
|
||||
|
Loading…
Reference in New Issue
Block a user