summaryrefslogtreecommitdiff
path: root/src/or/dirvote.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-06-13 20:17:27 +0000
committerNick Mathewson <nickm@torproject.org>2007-06-13 20:17:27 +0000
commit64626836699c4d1644ebf5f1df72e7f84c35be44 (patch)
tree965b29ebdf864d3f32f56cf64bdbd93483f94b70 /src/or/dirvote.c
parent4b162fd1f41c53e52746628b8dec41450e72b38a (diff)
downloadtor-64626836699c4d1644ebf5f1df72e7f84c35be44.tar.gz
tor-64626836699c4d1644ebf5f1df72e7f84c35be44.zip
r13403@catbus: nickm | 2007-06-13 16:15:44 -0400
Test all of consensus contents, except for routerstatus_list contents. And signatures. svn:r10593
Diffstat (limited to 'src/or/dirvote.c')
-rw-r--r--src/or/dirvote.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/dirvote.c b/src/or/dirvote.c
index 4bd7cae2dd..d2950551f0 100644
--- a/src/or/dirvote.c
+++ b/src/or/dirvote.c
@@ -347,6 +347,9 @@ networkstatus_compute_consensus(smartlist_t *votes,
smartlist_free(lst);
}
+ /* XXXX020 we list any flag that _any_ dirserver lists. possible
+ * problem.
+ */
smartlist_sort_strings(flags);
smartlist_uniq_strings(flags);