Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MacroFake
Tor
Commits
48dd8793
Commit
48dd8793
authored
3 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Plain Diff
Merge branch 'maint-0.3.5' into maint-0.4.4
parents
f68aeda5
e2c1ac21
Branches
maint-0.4.4
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changes/bug40380
+3
-0
3 additions, 0 deletions
changes/bug40380
src/core/or/circuituse.c
+4
-4
4 additions, 4 deletions
src/core/or/circuituse.c
with
7 additions
and
4 deletions
changes/bug40380
0 → 100644
+
3
−
0
View file @
48dd8793
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.
This diff is collapsed.
Click to expand it.
src/core/or/circuituse.c
+
4
−
4
View file @
48dd8793
...
...
@@ -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
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment