mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix clang warnings introduced by 9f2b887c5d
This commit is contained in:
+2
-3
@@ -4801,8 +4801,8 @@ process_environment_t *
|
||||
process_environment_make(struct smartlist_t *env_vars)
|
||||
{
|
||||
process_environment_t *env = tor_malloc_zero(sizeof(process_environment_t));
|
||||
size_t n_env_vars = smartlist_len(env_vars);
|
||||
size_t i;
|
||||
int n_env_vars = smartlist_len(env_vars);
|
||||
int i;
|
||||
size_t total_env_length;
|
||||
smartlist_t *env_vars_sorted;
|
||||
|
||||
@@ -5375,4 +5375,3 @@ tor_ntohll(uint64_t a)
|
||||
{
|
||||
return tor_htonll(a);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user