From: Nick Mathewson Date: Tue, 30 Dec 2014 15:00:11 +0000 (-0500) Subject: Missing semicolon; my bad X-Git-Tag: tor-0.2.6.2-alpha~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9765ae44479b35ed96e1f9ff88e10cd07b86c5d4;p=thirdparty%2Ftor.git Missing semicolon; my bad --- diff --git a/src/or/circuituse.c b/src/or/circuituse.c index 015270cd25..3322d31e2f 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -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 purpose and exit node