From: Nick Mathewson Date: Wed, 28 Jun 2006 15:36:28 +0000 (+0000) Subject: Fix another idiot bug causing symptom 309. Why cant I program? X-Git-Tag: tor-0.1.1.23~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b08ab52fd8dd85ff59a2afa3ced7db71e5e0d7e;p=thirdparty%2Ftor.git Fix another idiot bug causing symptom 309. Why cant I program? svn:r6698 --- diff --git a/src/or/routerlist.c b/src/or/routerlist.c index b41c6d4f49..a6e9a26612 100644 --- a/src/or/routerlist.c +++ b/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);