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
381619a9
Commit
381619a9
authored
Nov 07, 2007
by
Nick Mathewson
🎨
Browse files
Fix typo.
svn:r12409
parent
acaa9a7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/routerlist.c
View file @
381619a9
...
...
@@ -2480,7 +2480,7 @@ routerlist_reparse_old(routerlist_t * rl, signed_descriptor_t *sd)
memcpy
(
&
ri
->
cache_info
,
sd
,
sizeof
(
signed_descriptor_t
));
if
(
sd
->
signed_descriptor_body
)
{
/* Nasty, but we can't have it get freed. Do better. XXXX020 */
ri
->
cache_info
->
signed_descriptor_body
=
ri
->
cache_info
.
signed_descriptor_body
=
tor_strndup
(
sd
->
signed_descriptor_body
,
sd
->
signed_descriptor_len
);
}
...
...
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