mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
add parenthesis to make cast work right.
This commit is contained in:
parent
ee73c1848e
commit
18f3f1ffa3
@ -1877,7 +1877,7 @@ can_service_launch_intro_circuit(hs_service_t *service, time_t now)
|
||||
INTRO_CIRC_RETRY_PERIOD,
|
||||
service->state.num_intro_circ_launched,
|
||||
(long int) elapsed_time,
|
||||
(long int) INTRO_CIRC_RETRY_PERIOD - elapsed_time);
|
||||
(long int) (INTRO_CIRC_RETRY_PERIOD - elapsed_time));
|
||||
tor_free(msg);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user