aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/circuituse.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-05-07 10:41:34 -0400
committerNick Mathewson <nickm@torproject.org>2021-05-07 10:41:34 -0400
commit5acf18bfaa562cb1bba72caa196c195dff8e162e (patch)
treed356d6aef574f658fa83c8005be734a9aece0bd3 /src/core/or/circuituse.c
parent0397a9cb49a34d56cd85c2b6b16f8fbd72cd2e3d (diff)
parent7c86f34340acf7d8cf35501e71b03f2feba1245e (diff)
downloadtor-5acf18bfaa562cb1bba72caa196c195dff8e162e.tar.gz
tor-5acf18bfaa562cb1bba72caa196c195dff8e162e.zip
Merge branch 'maint-0.4.5' into maint-0.4.6
Diffstat (limited to 'src/core/or/circuituse.c')
-rw-r--r--src/core/or/circuituse.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/or/circuituse.c b/src/core/or/circuituse.c
index a28ef14681..044b30b8b3 100644
--- a/src/core/or/circuituse.c
+++ b/src/core/or/circuituse.c
@@ -1306,10 +1306,10 @@ circuit_predict_and_launch_new(void)
if (router_have_consensus_path() == CONSENSUS_PATH_INTERNAL)
flags |= CIRCLAUNCH_IS_INTERNAL;
- log_info(LD_CIRC,
- "Have %d clean circs need another buildtime test circ.", num);
- circuit_launch(CIRCUIT_PURPOSE_C_GENERAL, flags);
- return;
+ log_info(LD_CIRC,
+ "Have %d clean circs need another buildtime test circ.", num);
+ circuit_launch(CIRCUIT_PURPOSE_C_GENERAL, flags);
+ return;
}
}