mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix a possibly-unused-var warning. Thank you, GCC.
This commit is contained in:
+1
-1
@@ -365,7 +365,7 @@ static const routerstatus_t *
|
||||
directory_pick_generic_dirserver(dirinfo_type_t type, int pds_flags,
|
||||
uint8_t dir_purpose)
|
||||
{
|
||||
const routerstatus_t *rs;
|
||||
const routerstatus_t *rs = NULL;
|
||||
const or_options_t *options = get_options();
|
||||
|
||||
if (options->UseBridges)
|
||||
|
||||
Reference in New Issue
Block a user