mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
r15367@catbus: nickm | 2007-09-25 19:31:11 -0400
It is amazing how reliable missing svk st are at breaking code. svn:r11644
This commit is contained in:
parent
cfa3a1380d
commit
4d44bf1edc
@ -1249,7 +1249,7 @@ dirvote_fetch_missing_votes(void)
|
||||
SMARTLIST_FOREACH(router_get_trusted_dir_servers(),
|
||||
trusted_dir_server_t *, ds,
|
||||
{
|
||||
if ((ds->type & V3_AUTHORITY))
|
||||
if (!(ds->type & V3_AUTHORITY))
|
||||
continue;
|
||||
if (!dirvote_get_vote(ds->v3_identity_digest)) {
|
||||
char *cp = tor_malloc(HEX_DIGEST_LEN+1);
|
||||
|
Loading…
Reference in New Issue
Block a user