mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Add assertion that cpath_layer==NULL on OR circ
This commit is contained in:
@@ -615,6 +615,7 @@ relay_send_command_from_edge_(streamid_t stream_id, circuit_t *circ,
|
||||
cell.circ_id = circ->n_circ_id;
|
||||
cell_direction = CELL_DIRECTION_OUT;
|
||||
} else {
|
||||
tor_assert(! cpath_layer);
|
||||
cell.circ_id = TO_OR_CIRCUIT(circ)->p_circ_id;
|
||||
cell_direction = CELL_DIRECTION_IN;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user