[or-cvs] backport the reachability test bugfix.

arma at seul.org arma at seul.org
Fri Jul 21 07:55:58 UTC 2006


Update of /home/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/tor-011x/tor/src/or

Modified Files:
      Tag: tor-0_1_1-patches
	main.c 
Log Message:
backport the reachability test bugfix.


Index: main.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.639.2.2
retrieving revision 1.639.2.3
diff -u -p -d -r1.639.2.2 -r1.639.2.3
--- main.c	25 Apr 2006 07:31:16 -0000	1.639.2.2
+++ main.c	21 Jul 2006 07:55:56 -0000	1.639.2.3
@@ -1055,7 +1055,6 @@ do_hup(void)
   or_options_t *options = get_options();
 
   log_notice(LD_GENERAL,"Received reload signal (hup). Reloading config.");
-  has_completed_circuit=0;
   if (accounting_is_enabled(options))
     accounting_record_bandwidth_usage(time(NULL));
 



More information about the tor-commits mailing list