aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/relay.c
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2019-08-08 12:30:23 -0400
committerDavid Goulet <dgoulet@torproject.org>2019-08-08 12:30:23 -0400
commitb47adcbcabf8b07ffb19b0cfeb02996b07104ccf (patch)
tree0617dc6c9decc476cf173b287455a3e6ef539c1f /src/core/or/relay.c
parent0312da75a33c6f545f32ca682afa0dfaf9e31598 (diff)
parent232aa8570d19c284a62b7b2a9924422dda15d36b (diff)
downloadtor-b47adcbcabf8b07ffb19b0cfeb02996b07104ccf.tar.gz
tor-b47adcbcabf8b07ffb19b0cfeb02996b07104ccf.zip
Merge branch 'tor-github/pr/1183'
Diffstat (limited to 'src/core/or/relay.c')
-rw-r--r--src/core/or/relay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/relay.c b/src/core/or/relay.c
index 98d5b416f1..d66caf3ad0 100644
--- 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) "