diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-04-01 14:20:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-04-01 14:20:01 -0400 |
commit | 081b0c0f770a05b4a6a60c23cd9f275f799a8742 (patch) | |
tree | 0f4fac0f7bd944055f0e47adb64b6521da2830e1 /src/or/entrynodes.c | |
parent | 05fbbfe472657ca93bd473056e662850e01af6f1 (diff) | |
download | tor-081b0c0f770a05b4a6a60c23cd9f275f799a8742.tar.gz tor-081b0c0f770a05b4a6a60c23cd9f275f799a8742.zip |
mark dirinfo_type as unused in populate_live_entry_guards
Diffstat (limited to 'src/or/entrynodes.c')
-rw-r--r-- | src/or/entrynodes.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/entrynodes.c b/src/or/entrynodes.c index aec47bf40e..a9a92e2242 100644 --- a/src/or/entrynodes.c +++ b/src/or/entrynodes.c @@ -1023,6 +1023,8 @@ populate_live_entry_guards(smartlist_t *live_entry_guards, int retval = 0; entry_is_live_flags_t entry_flags = 0; + (void) dirinfo_type; + { /* Set the flags we want our entry node to have */ if (need_uptime) { entry_flags |= ENTRY_NEED_UPTIME; |