mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Add explicit cast to make gcc happy
This commit is contained in:
parent
4080ac9eee
commit
ba1766bc3f
@ -991,7 +991,7 @@ rend_service_note_removing_intro_point(rend_service_t *service,
|
||||
} else if (fractional_n_intro_points_wanted_to_replace_this_one < 0) {
|
||||
n_intro_points_wanted_to_replace_this_one = 0;
|
||||
} else {
|
||||
n_intro_points_wanted_to_replace_this_one =
|
||||
n_intro_points_wanted_to_replace_this_one = (unsigned)
|
||||
fractional_n_intro_points_wanted_to_replace_this_one;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user