Browse Source

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


svn:r8391

Peter Palfrader 19 years ago
parent
commit
2cf6cfe189
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/or/router.c

+ 1 - 0
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;