mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Add a check to try to make cache rebuild fail fast if it is going to fail
svn:r6697
This commit is contained in:
parent
4dac383f5a
commit
96bfefeeb6
@ -298,6 +298,7 @@ router_rebuild_store(int force)
|
||||
tor_free(sd->signed_descriptor_body); // sets it to null
|
||||
}
|
||||
offset += sd->signed_descriptor_len;
|
||||
signed_descriptor_get_body(sd);
|
||||
});
|
||||
}
|
||||
smartlist_free(old_routers);
|
||||
|
Loading…
Reference in New Issue
Block a user