mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Space out first connection_edge_process_relay_cell() line in circuit_receive_relay_cell()
This commit is contained in:
parent
5303dbe624
commit
232aa8570d
@ -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) "
|
||||
|
Loading…
Reference in New Issue
Block a user