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
c3b79ebf
Commit
c3b79ebf
authored
Jul 30, 2006
by
Roger Dingledine
Browse files
a bit more debugging for phobos
svn:r6937
parent
cfe0da8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/dns.c
View file @
c3b79ebf
...
...
@@ -266,7 +266,10 @@ purge_expired_resolves(uint32_t now)
newest_cached_resolve
=
NULL
;
/* then make sure the list's tail knows
* that too */
removed
=
HT_REMOVE
(
cache_map
,
&
cache_root
,
resolve
);
tor_assert
(
removed
==
resolve
);
if
(
removed
!=
resolve
)
{
log_notice
(
LD_EXIT
,
"Removed is %p, resolve is %p."
,
removed
,
resolve
);
tor_assert
(
removed
==
resolve
);
}
resolve
->
magic
=
0xF0BBF0BB
;
tor_free
(
resolve
);
}
...
...
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