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

[or-cvs] r8806: and blow away what appears to be some redundant logic (tor/trunk/src/or)



Author: arma
Date: 2006-10-23 06:17:52 -0400 (Mon, 23 Oct 2006)
New Revision: 8806

Modified:
   tor/trunk/src/or/routerlist.c
Log:
and blow away what appears to be some redundant logic


Modified: tor/trunk/src/or/routerlist.c
===================================================================
--- tor/trunk/src/or/routerlist.c	2006-10-23 10:16:43 UTC (rev 8805)
+++ tor/trunk/src/or/routerlist.c	2006-10-23 10:17:52 UTC (rev 8806)
@@ -3995,7 +3995,6 @@
         "is your network connection down?)");
     control_event_client_status(LOG_NOTICE, "NOT_ENOUGH_DIR_INFO");
   }
-  need_to_update_have_min_dir_info = 0; /* XXX redundant */
   have_min_dir_info = res;
 }