mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
add parenthesis to make cast work right.
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user