From: Nick Mathewson Date: Wed, 28 Jun 2006 11:03:34 +0000 (+0000) Subject: Add a check to try to make cache rebuild fail fast if it is going to fail X-Git-Tag: tor-0.1.1.23~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96bfefeeb62c0742623485a485ca47c609cb90ae;p=thirdparty%2Ftor.git Add a check to try to make cache rebuild fail fast if it is going to fail svn:r6697 --- diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 4d66c0e759..b41c6d4f49 100644 --- a/src/or/routerlist.c +++ b/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);