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
dc2ab2f4
Commit
dc2ab2f4
authored
Nov 07, 2007
by
Nick Mathewson
⛰
Browse files
r16529@catbus: nickm | 2007-11-07 12:28:52 -0500
And make it compile too. svn:r12414
parent
9b2d86d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/routerlist.c
View file @
dc2ab2f4
...
...
@@ -2988,7 +2988,7 @@ routerlist_remove_old_routers(void)
smartlist_sort
(
routerlist
->
old_routers
,
_compare_old_routers_by_identity
);
/* Fix indices. */
for
(
i
=
0
;
i
<
smartlist_len
(
routerlist
_
old_routers
);
++
i
)
{
for
(
i
=
0
;
i
<
smartlist_len
(
routerlist
->
old_routers
);
++
i
)
{
signed_descriptor_t
*
r
=
smartlist_get
(
routerlist
->
old_routers
,
i
);
r
->
routerlist_index
=
i
;
}
...
...
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