[or-cvs] r11531: it works better when it compiles (tor/trunk/src/or)

arma at seul.org arma at seul.org
Thu Sep 20 04:54:50 UTC 2007


Author: arma
Date: 2007-09-20 00:54:50 -0400 (Thu, 20 Sep 2007)
New Revision: 11531

Modified:
   tor/trunk/src/or/dirserv.c
Log:
it works better when it compiles


Modified: tor/trunk/src/or/dirserv.c
===================================================================
--- tor/trunk/src/or/dirserv.c	2007-09-20 04:37:17 UTC (rev 11530)
+++ tor/trunk/src/or/dirserv.c	2007-09-20 04:54:50 UTC (rev 11531)
@@ -1849,7 +1849,8 @@
     !tor_version_as_new_as(ri->platform,"0.1.1.16-rc-cvs");
   memset(rs, 0, sizeof(routerstatus_t));
 
-  rs->is_authority = router_digest_is_trusted_dir(ri->identity_digest);
+  rs->is_authority =
+    router_digest_is_trusted_dir(ri->cache_info.identity_digest);
 
   /* Already set by compute_performance_thresholds. */
   rs->is_exit = ri->is_exit;



More information about the tor-commits mailing list