mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
compilation fix: signed/unsigned comparison
This commit is contained in:
+2
-1
@@ -1411,7 +1411,8 @@ rend_data_dup(const rend_data_t *data)
|
||||
static int
|
||||
compute_desc_id(rend_data_t *rend_data)
|
||||
{
|
||||
int ret, replica;
|
||||
int ret;
|
||||
unsigned replica;
|
||||
time_t now = time(NULL);
|
||||
|
||||
tor_assert(rend_data);
|
||||
|
||||
Reference in New Issue
Block a user