mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Fix another signed/unsigned comparison bug
This commit is contained in:
parent
241e6b0937
commit
f1204e0c02
1 changed files with 1 additions and 1 deletions
|
@ -4869,7 +4869,7 @@ typedef struct rend_intro_point_t {
|
|||
* will accept. This is a random value between
|
||||
* INTRO_POINT_MIN_LIFETIME_INTRODUCTIONS and
|
||||
* INTRO_POINT_MAX_LIFETIME_INTRODUCTIONS. */
|
||||
unsigned int max_introductions;
|
||||
int max_introductions;
|
||||
|
||||
/** (Service side only) The time at which this intro point was first
|
||||
* published, or -1 if this intro point has not yet been
|
||||
|
|
Loading…
Add table
Reference in a new issue