Skip to content
Snippets Groups Projects
Commit eb0021b0 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix dumb logic error that kept some old descripttors from getting the axe.

svn:r5446
parent 061ef582
No related branches found
No related tags found
No related merge requests found
......@@ -1705,6 +1705,7 @@ routerlist_remove_old_routers(void)
}
if (memcmp(cur_id, r->identity_digest, DIGEST_LEN)) {
routerlist_remove_old_cached_routers_with_id(cutoff, i+1, hi);
cur_id = r->identity_digest;
hi = i;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment