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

Merge branch 'bug2321' into maint-0.2.2

parents 9e7691b0 9a4b2ec7
No related branches found
No related tags found
No related merge requests found
......@@ -660,9 +660,9 @@ circuit_build_times_update_state(circuit_build_times_t *cbt,
static void
circuit_build_times_shuffle_and_store_array(circuit_build_times_t *cbt,
build_time_t *raw_times,
int num_times)
uint32_t num_times)
{
int n = num_times;
uint32_t n = num_times;
if (num_times > CBT_NCIRCUITS_TO_OBSERVE) {
log_notice(LD_CIRC, "The number of circuit times that this Tor version "
"uses to calculate build times is less than the number stored "
......
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