mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
fix a signed/unsigned warning
svn:r5344
This commit is contained in:
parent
1b009f345b
commit
80758473f8
@ -986,7 +986,7 @@ connection_bucket_read_limit(connection_t *conn)
|
||||
int
|
||||
connection_bucket_write_limit(connection_t *conn)
|
||||
{
|
||||
int at_most;
|
||||
unsigned int at_most;
|
||||
|
||||
/* do a rudimentary round-robin so one circuit can't hog a connection */
|
||||
if (connection_speaks_cells(conn)) {
|
||||
|
Loading…
Reference in New Issue
Block a user