Skip to content
Snippets Groups Projects
Commit f1204e0c authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix another signed/unsigned comparison bug

parent 241e6b09
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment