Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
ddf25011
Commit
ddf25011
authored
May 20, 2010
by
valerino
Committed by
Nick Mathewson
May 20, 2010
Browse files
Log the correct address when purging a mismatchd DNS cache address
parent
afe58cfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/dns.c
View file @
ddf25011
...
...
@@ -453,7 +453,7 @@ purge_expired_resolves(time_t now)
log_err
(
LD_BUG
,
"The expired resolve we purged didn't match any in"
" the cache. Tried to purge %s (%p); instead got %s (%p)."
,
resolve
->
address
,
(
void
*
)
resolve
,
removed
?
removed
->
address
:
"NULL"
,
(
void
*
)
remove
);
removed
?
removed
->
address
:
"NULL"
,
(
void
*
)
remove
d
);
}
tor_assert
(
removed
==
resolve
);
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment