Explorar o código

bugfix: if you find yourself reachable, then don't ever make any client
requests (so you stop predicting circuits), then hup, then later your
IP changes, you won't think circuits are working so you won't try to
test reachability, so you won't publish.


svn:r6800

Roger Dingledine %!s(int64=19) %!d(string=hai) anos
pai
achega
2249180b60
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/or/main.c

+ 0 - 1
src/or/main.c

@@ -1029,7 +1029,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));