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
commitef88ceedba47c26f65e6122eadcaa739564d3778 (patch)
treeea3d227b3464b84a3d671a5dfef929c10f2f0c3f /src/core/or/circuituse.c
parent49740f020da8da6866953e1b2f55a2d5faf33876 (diff)
parent48dd87933dd1c592937ef62d20aeac8998edc0fb (diff)
downloadtor-ef88ceedba47c26f65e6122eadcaa739564d3778.tar.gz
tor-ef88ceedba47c26f65e6122eadcaa739564d3778.zip
Merge branch 'maint-0.4.4' into release-0.4.4
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 e2c4df25d0..a88ccf9dd1 100644
--- a/src/core/or/circuituse.c
+++ b/src/core/or/circuituse.c
@@ -1316,10 +1316,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;
}
}