From: Roger Dingledine Date: Thu, 24 Oct 2024 22:55:29 +0000 (-0400) Subject: whitespace fix while debugging #40981 X-Git-Tag: tor-0.4.9.1-alpha~10^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9cb7a19e22cfe23661e82aea11a274ce2173c138;p=thirdparty%2Ftor.git whitespace fix while debugging #40981 --- diff --git a/src/core/or/circuituse.c b/src/core/or/circuituse.c index 6a73fbe87c..37c6cc3782 100644 --- 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);