Преглед изворни кода

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 година
родитељ
комит
2249180b60
1 измењених фајлова са 0 додато и 1 уклоњено
  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));