tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 444ee53d34bd44064365276156026f3b5540878e
parent 0e21b79227a6588376ecfde21cd1af7661c5be0b
Author: Alexander Hansen Færøy <ahf@torproject.org>
Date:   Mon, 28 Oct 2024 11:30:25 +0000

Merge branch 'whitespace' into 'main'

whitespace fix while debugging #40981

See merge request tpo/core/tor!841
Diffstat:
Msrc/core/or/circuituse.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/or/circuituse.c b/src/core/or/circuituse.c @@ -1020,7 +1020,7 @@ circuit_stream_is_being_handled(entry_connection_t *conn, if (CIRCUIT_IS_ORIGIN(circ) && !circ->marked_for_close && (circ->purpose == CIRCUIT_PURPOSE_C_GENERAL || - circ->purpose == CIRCUIT_PURPOSE_CONFLUX_LINKED) && + circ->purpose == CIRCUIT_PURPOSE_CONFLUX_LINKED) && (!circ->timestamp_dirty || circ->timestamp_dirty + get_options()->MaxCircuitDirtiness > now)) { origin_circuit_t *origin_circ = TO_ORIGIN_CIRCUIT(circ);