Forráskód Böngészése

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 éve
szülő
commit
2249180b60
1 módosított fájl, 0 hozzáadás és 1 törlés
  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));