mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Missing semicolon; my bad
This commit is contained in:
parent
03e9aa0941
commit
9765ae4447
@ -1659,7 +1659,7 @@ have_enough_path_info(int need_exit)
|
||||
if (need_exit)
|
||||
return router_have_consensus_path() == CONSENSUS_PATH_EXIT;
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user