[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r13340: suggest a better fix for bug 597 (tor/trunk/src/or)
Author: arma
Date: 2008-01-30 15:53:14 -0500 (Wed, 30 Jan 2008)
New Revision: 13340
Modified:
tor/trunk/src/or/networkstatus.c
Log:
suggest a better fix for bug 597
Modified: tor/trunk/src/or/networkstatus.c
===================================================================
--- tor/trunk/src/or/networkstatus.c 2008-01-30 19:25:31 UTC (rev 13339)
+++ tor/trunk/src/or/networkstatus.c 2008-01-30 20:53:14 UTC (rev 13340)
@@ -1545,6 +1545,7 @@
if (rl->old_routers)
signed_descs_update_status_from_consensus_networkstatus(rl->old_routers);
+ /* XXX020 these warnings don't help anymore; we should disable them -RD */
me = router_get_my_routerinfo();
if (me && !have_warned_about_invalid_status) {
routerstatus_t *rs = networkstatus_vote_find_entry(consensus,