[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #31207 [Core Tor/Tor]: Space out first connection_edge_process_relay_cell() line in circuit_receive_relay_cell()
#31207: Space out first connection_edge_process_relay_cell() line in
circuit_receive_relay_cell()
------------------------------+----------------------
Reporter: neel | Owner: neel
Type: defect | Status: assigned
Priority: Medium | Milestone:
Component: Core Tor/Tor | Version:
Severity: Normal | Keywords:
Actual Points: | Parent ID:
Points: | Reviewer:
Sponsor: |
------------------------------+----------------------
The first `if` statement containing `connection_edge_process_relay_cell()`
looks like this
{{{
if ((reason=connection_edge_process_relay_cell(cell, circ, conn,
NULL))
< 0) {
}}}
Whereas the second looks like this:
{{{
if ((reason = connection_edge_process_relay_cell(cell, circ, conn,
layer_hint)) < 0) {
}}}
We should space out the first
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/31207>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs