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
2cf6cfe1
Commit
2cf6cfe1
authored
Sep 14, 2006
by
Peter Palfrader
Browse files
r9758@danube: weasel | 2006-09-14 07:10:12 +0200
Add a comment svn:r8391
parent
7fcec095
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/or/router.c
View file @
2cf6cfe1
...
...
@@ -842,6 +842,7 @@ router_rebuild_descriptor(int force)
tor_free
(
name
);
});
/* remove duplicates from the list */
smartlist_sort_strings
(
ri
->
declared_family
);
for
(
i
=
1
;
i
<
smartlist_len
(
ri
->
declared_family
);
++
i
)
{
const
char
*
a
,
*
b
;
...
...
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