commit ed7b13581234c0c1bbef3126f3dba5cd2892f950
parent 7cc3cdef2218d5689f2e51ca475b1c21db1359e5
Author: Nick Mathewson <nickm@torproject.org>
Date: Wed, 13 Jun 2018 10:00:37 -0400
Merge remote-tracking branch 'asn-github/bug26358'
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/test_relaycell.c b/src/test/test_relaycell.c
@@ -221,7 +221,7 @@ test_circbw_relay(void *arg)
ASSERT_UNCOUNTED_BW();
/* Data cell on stream 0: not counted */
- PACK_CELL(0, RELAY_COMMAND_DATA, "Data1234");
+ PACK_CELL(1, RELAY_COMMAND_DATA, "Data1234");
connection_edge_process_relay_cell(&cell, TO_CIRCUIT(circ), edgeconn,
circ->cpath);
ASSERT_UNCOUNTED_BW();