mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
fix a signed/unsigned warning
svn:r5344
This commit is contained in:
+1
-1
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user