Browse Source

Add a check to try to make cache rebuild fail fast if it is going to fail

svn:r6697
Nick Mathewson 19 years ago
parent
commit
96bfefeeb6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/or/routerlist.c

+ 1 - 0
src/or/routerlist.c

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