mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Avoid unsigned/sign compare warning from last patch.
This commit is contained in:
+1
-1
@@ -175,7 +175,7 @@ entry_is_time_to_retry(const entry_guard_t *e, time_t now)
|
||||
|
||||
time_t ith_deadline_for_retry;
|
||||
time_t unreachable_for;
|
||||
int i;
|
||||
unsigned i;
|
||||
|
||||
if (e->last_attempted < e->unreachable_since)
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user