tor

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

commit 9cb7a19e22cfe23661e82aea11a274ce2173c138
parent 0e21b79227a6588376ecfde21cd1af7661c5be0b
Author: Roger Dingledine <arma@torproject.org>
Date:   Thu, 24 Oct 2024 18:55:29 -0400

whitespace fix while debugging #40981

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);