mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
mark dirinfo_type as unused in populate_live_entry_guards
This commit is contained in:
parent
05fbbfe472
commit
081b0c0f77
@ -1023,6 +1023,8 @@ populate_live_entry_guards(smartlist_t *live_entry_guards,
|
|||||||
int retval = 0;
|
int retval = 0;
|
||||||
entry_is_live_flags_t entry_flags = 0;
|
entry_is_live_flags_t entry_flags = 0;
|
||||||
|
|
||||||
|
(void) dirinfo_type;
|
||||||
|
|
||||||
{ /* Set the flags we want our entry node to have */
|
{ /* Set the flags we want our entry node to have */
|
||||||
if (need_uptime) {
|
if (need_uptime) {
|
||||||
entry_flags |= ENTRY_NEED_UPTIME;
|
entry_flags |= ENTRY_NEED_UPTIME;
|
||||||
|
Loading…
Reference in New Issue
Block a user