Commit 8b08ab52 authored by Nick Mathewson's avatar Nick Mathewson 🐚
Browse files

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


svn:r6698
parent 96bfefee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);