tor

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

commit b47adcbcabf8b07ffb19b0cfeb02996b07104ccf
parent 0312da75a33c6f545f32ca682afa0dfaf9e31598
Author: David Goulet <dgoulet@torproject.org>
Date:   Thu,  8 Aug 2019 12:30:23 -0400

Merge branch 'tor-github/pr/1183'

Diffstat:
Msrc/core/or/relay.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/or/relay.c b/src/core/or/relay.c @@ -265,7 +265,7 @@ circuit_receive_relay_cell(cell_t *cell, circuit_t *circ, if (cell_direction == CELL_DIRECTION_OUT) { ++stats_n_relay_cells_delivered; log_debug(LD_OR,"Sending away from origin."); - if ((reason=connection_edge_process_relay_cell(cell, circ, conn, NULL)) + if ((reason = connection_edge_process_relay_cell(cell, circ, conn, NULL)) < 0) { log_fn(LOG_PROTOCOL_WARN, LD_PROTOCOL, "connection_edge_process_relay_cell (away from origin) "