[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] tab-man strikes again



Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	routerlist.c 
Log Message:
tab-man strikes again


Index: routerlist.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.529
retrieving revision 1.530
diff -u -p -d -r1.529 -r1.530
--- routerlist.c	28 Jun 2006 15:36:28 -0000	1.529
+++ routerlist.c	28 Jun 2006 15:39:02 -0000	1.530
@@ -296,7 +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;
+        sd->saved_offset = offset;
       }
       offset += sd->signed_descriptor_len;
       signed_descriptor_get_body(sd);