mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
fix a comment
This commit is contained in:
parent
b56c7614b6
commit
523e920d53
@ -552,9 +552,9 @@ circuit_handle_first_hop(origin_circuit_t *circ)
|
||||
*
|
||||
* Status is 1 if connect succeeded, or 0 if connect failed.
|
||||
*
|
||||
* Close_origin_circs is 1 if we should close all the origin circuits through
|
||||
* this channel, or 0 otherwise. (This happens when we want to retry an
|
||||
* older guard.)
|
||||
* Close_origin_circuits is 1 if we should close all the origin circuits
|
||||
* through this channel, or 0 otherwise. (This happens when we want to retry
|
||||
* an older guard.)
|
||||
*/
|
||||
void
|
||||
circuit_n_chan_done(channel_t *chan, int status, int close_origin_circuits)
|
||||
|
Loading…
Reference in New Issue
Block a user