Missing semicolon; my bad

This commit is contained in:
Nick Mathewson 2014-12-30 10:00:11 -05:00
parent 03e9aa0941
commit 9765ae4447

View File

@ -1659,7 +1659,7 @@ have_enough_path_info(int need_exit)
if (need_exit) if (need_exit)
return router_have_consensus_path() == CONSENSUS_PATH_EXIT; return router_have_consensus_path() == CONSENSUS_PATH_EXIT;
else else
return router_have_consensus_path() != CONSENSUS_PATH_UNKNOWN return router_have_consensus_path() != CONSENSUS_PATH_UNKNOWN;
} }
/** Launch a new circuit with purpose <b>purpose</b> and exit node /** Launch a new circuit with purpose <b>purpose</b> and exit node