From 2cf6cfe1898d59cbd1cc603ee12f2cc37c8fe1f8 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 14 Sep 2006 05:17:02 +0000 Subject: [PATCH] r9758@danube: weasel | 2006-09-14 07:10:12 +0200 Add a comment svn:r8391 --- src/or/router.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/or/router.c b/src/or/router.c index 5b7b01c130..24c8278367 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -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;