diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-15 10:15:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-21 13:24:09 -0400 |
commit | 48f8229504a00085676a737d9b519548ffc9d145 (patch) | |
tree | 964e9b717a9dcb084d3c0b602978ee706666ba7d /src/or/main.c | |
parent | fa07c60c67d69ff25c4e64172e3a38b29a2e6143 (diff) | |
download | tor-48f8229504a00085676a737d9b519548ffc9d145.tar.gz tor-48f8229504a00085676a737d9b519548ffc9d145.zip |
After we strip out duplicate entries from 'routers', don't use 'rl'.
We've got to make sure that every single subsequent calculation in
dirserv_generate_networkstatus_vote_obj() are based on the list of
routerinfo_t *after* we've removed possible duplicates, not before.
Fortunately, none of the functions that were taking a routerlist_t
as an argument were actually using any fields other than this list
of routers.
Resolves issue 18318.DG3.
Diffstat (limited to 'src/or/main.c')
0 files changed, 0 insertions, 0 deletions