[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r8391: Add a comment (in tor/trunk: . src/or)



Author: weasel
Date: 2006-09-14 01:17:02 -0400 (Thu, 14 Sep 2006)
New Revision: 8391

Modified:
   tor/trunk/
   tor/trunk/src/or/router.c
Log:
 r9758@danube:  weasel | 2006-09-14 07:10:12 +0200
 Add a comment



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /local/or/tor/trunk [r9758] on 17f730b7-d419-0410-b50f-85ee4b70197a

Modified: tor/trunk/src/or/router.c
===================================================================
--- tor/trunk/src/or/router.c	2006-09-14 05:07:34 UTC (rev 8390)
+++ tor/trunk/src/or/router.c	2006-09-14 05:17:02 UTC (rev 8391)
@@ -842,6 +842,7 @@
        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;