r9758@danube: weasel | 2006-09-14 07:10:12 +0200

Add a comment


svn:r8391
This commit is contained in:
Peter Palfrader 2006-09-14 05:17:02 +00:00
parent 7fcec09560
commit 2cf6cfe189

View File

@ -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;