mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Merge branch 'maint-0.4.4' into maint-0.4.5
This commit is contained in:
commit
7c86f34340
2 changed files with 7 additions and 4 deletions
3
changes/bug40380
Normal file
3
changes/bug40380
Normal file
|
@ -0,0 +1,3 @@
|
|||
o Minor bugfixes (compiler warnings):
|
||||
- Fix an indentation problem that led to a warning from GCC 11.1.1.
|
||||
Fixes bug 40380; bugfix on 0.3.0.1-alpha.
|
|
@ -1320,10 +1320,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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue