Ver código fonte

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 19 anos atrás
pai
commit
2249180b60
1 arquivos alterados com 0 adições e 1 exclusões
  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));