[tor-commits] [tor] 03/04: CID 1524706: Remove dead assignment
gitolite role
git at cupani.torproject.org
Thu May 4 20:05:15 UTC 2023
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 at 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;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tor-commits
mailing list