mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Mark service descriptors as dirty when we have lost an intro point
svn:r1608
This commit is contained in:
@@ -734,7 +734,7 @@ void rend_services_introduce(void) {
|
||||
router = router_get_by_nickname(smartlist_get(service->intro_nodes,j));
|
||||
if (!router || !find_intro_circuit(router,service->pk_digest)) {
|
||||
smartlist_del(service->intro_nodes,j--);
|
||||
changed = 1;
|
||||
changed = service->desc_is_dirty = 1;
|
||||
}
|
||||
smartlist_add(intro_routers, router);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user