Browse Source

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

svn:r6698
Nick Mathewson 19 years ago
parent
commit
8b08ab52fd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/or/routerlist.c

+ 1 - 0
src/or/routerlist.c

@@ -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);