summaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
Diffstat (limited to 'src/or')
-rw-r--r--src/or/rendservice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index 646d423dae..76caeffd0f 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -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;
}