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
ccf9c134
Commit
ccf9c134
authored
Jul 31, 2006
by
Nick Mathewson
🐻
Browse files
svn:r6955
parent
46574319
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/dns.c
View file @
ccf9c134
...
...
@@ -295,9 +295,9 @@ purge_expired_resolves(uint32_t now)
removed
=
HT_REMOVE
(
cache_map
,
&
cache_root
,
resolve
);
if
(
removed
!=
resolve
)
{
log_err
(
LD_BUG
,
"The expired resolve we purged didn't match any in"
" the cache. Tried to purge %s; instead got %s."
,
resolve
->
address
,
re
moved
?
removed
->
address
:
"NULL"
);
" the cache. Tried to purge %s
(%p)
; instead got %s
(%p
."
,
resolve
->
address
,
re
solve
,
removed
?
removed
->
address
:
"NULL"
,
remove
);
}
tor_assert
(
removed
==
resolve
);
resolve
->
magic
=
0xF0BBF0BB
;
...
...
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