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
anonym
Tor
Commits
d4718e4d
Commit
d4718e4d
authored
3 years ago
by
David Goulet
Browse files
Options
Downloads
Patches
Plain Diff
relay: We might be noting down an unknown DNS error type
Signed-off-by:
David Goulet
<
dgoulet@torproject.org
>
parent
3fbd510c
No related branches found
Branches containing commit
Tags
tor-0.3.3.4-alpha
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/feature/stats/rephist.c
+2
-1
2 additions, 1 deletion
src/feature/stats/rephist.c
with
2 additions
and
1 deletion
src/feature/stats/rephist.c
+
2
−
1
View file @
d4718e4d
...
...
@@ -325,7 +325,8 @@ void
rep_hist_note_dns_error
(
int
type
,
uint8_t
error
)
{
dns_stats_t
*
dns_stats
=
get_dns_stats_by_type
(
type
);
if
(
BUG
(
!
dns_stats
))
{
/* Unsupported DNS query type. */
if
(
!
dns_stats
)
{
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