Fix a possibly-unused-var warning. Thank you, GCC.

This commit is contained in:
Nick Mathewson
2012-12-25 23:37:41 -05:00
parent 01a09e8f86
commit 2e9be92cd7
+1 -1
View File
@@ -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)