[or-cvs] r10245: Oops. It compiles better when you spell the fields right. (in tor/trunk: . src/or)

nickm at seul.org nickm at seul.org
Tue May 22 01:52:24 UTC 2007


Author: nickm
Date: 2007-05-21 21:52:22 -0400 (Mon, 21 May 2007)
New Revision: 10245

Modified:
   tor/trunk/
   tor/trunk/src/or/routerlist.c
Log:
 r12844 at catbus:  nickm | 2007-05-21 21:52:19 -0400
 Oops. It compiles better when you spell the fields right.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r12844] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/src/or/routerlist.c
===================================================================
--- tor/trunk/src/or/routerlist.c	2007-05-22 01:51:53 UTC (rev 10244)
+++ tor/trunk/src/or/routerlist.c	2007-05-22 01:52:22 UTC (rev 10245)
@@ -2038,7 +2038,7 @@
     if (!tor_digest_is_zero(ri_old->cache_info.extra_info_digest))
       digestmap_remove(rl->desc_by_eid_map,
                        ri_old->cache_info.extra_info_digest);
-    router_store_stats.bytes_ropped +=
+    router_store_stats.bytes_dropped +=
       ri_old->cache_info.signed_descriptor_len;
     routerinfo_free(ri_old);
   }



More information about the tor-commits mailing list