mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix another idiot bug causing symptom 309. Why cant I program?
svn:r6698
This commit is contained in:
@@ -296,6 +296,7 @@ router_rebuild_store(int force)
|
||||
sd->saved_location = SAVED_IN_CACHE;
|
||||
if (routerlist->mmap_descriptors) {
|
||||
tor_free(sd->signed_descriptor_body); // sets it to null
|
||||
sd->saved_offset = offset;
|
||||
}
|
||||
offset += sd->signed_descriptor_len;
|
||||
signed_descriptor_get_body(sd);
|
||||
|
||||
Reference in New Issue
Block a user