]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a check to try to make cache rebuild fail fast if it is going to fail
authorNick Mathewson <nickm@torproject.org>
Wed, 28 Jun 2006 11:03:34 +0000 (11:03 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 28 Jun 2006 11:03:34 +0000 (11:03 +0000)
svn:r6697

src/or/routerlist.c

index 4d66c0e759165c9b2d0661dc60e6431f6c3f3937..b41c6d4f49e7d56859053225fd69ee56fcc8065d 100644 (file)
@@ -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);