Skip to content
Snippets Groups Projects
Commit 9765ae44 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Missing semicolon; my bad

parent 03e9aa09
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment