This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository tor.
commit bdf4fef2db193d6704d79289ea3fbba0061918fc Author: Mike Perry mikeperry-git@torproject.org AuthorDate: Thu Apr 20 21:33:20 2023 +0000
CID 1524706: Remove dead assignment --- src/core/or/relay.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/src/core/or/relay.c b/src/core/or/relay.c index 131432b7c1..20336dffaf 100644 --- a/src/core/or/relay.c +++ b/src/core/or/relay.c @@ -2635,7 +2635,6 @@ circuit_resume_edge_reading_helper(edge_connection_t *first_conn, */ if (packaged_this_round && packaged_this_round < max_to_package && n_streams_left) { - max_to_package -= packaged_this_round; n_packaging_streams = n_streams_left; goto again; }