]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Missing semicolon; my bad
authorNick Mathewson <nickm@torproject.org>
Tue, 30 Dec 2014 15:00:11 +0000 (10:00 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 30 Dec 2014 15:00:11 +0000 (10:00 -0500)
src/or/circuituse.c

index 015270cd259872fd04cb7fd4d0cc08feb043bc65..3322d31e2ff96df940fb463b69c311c14459ec7c 100644 (file)
@@ -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