Fix another idiot bug causing symptom 309. Why cant I program?

svn:r6698
This commit is contained in:
Nick Mathewson
2006-06-28 15:36:28 +00:00
parent 96bfefeeb6
commit 8b08ab52fd
+1
View File
@@ -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);