mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
fix a const warning
This commit is contained in:
+1
-1
@@ -1639,7 +1639,7 @@ void
|
||||
mark_my_descriptor_dirty_if_too_old(time_t now)
|
||||
{
|
||||
networkstatus_t *ns;
|
||||
routerstatus_t *rs;
|
||||
const routerstatus_t *rs;
|
||||
const char *retry_fast_reason = NULL; /* Set if we should retry frequently */
|
||||
const time_t slow_cutoff = now - FORCE_REGENERATE_DESCRIPTOR_INTERVAL;
|
||||
const time_t fast_cutoff = now - FAST_RETRY_DESCRIPTOR_INTERVAL;
|
||||
|
||||
Reference in New Issue
Block a user