bug-15642-default-fallback-default-dirs 530 B

12345678910
  1. o Minor bugfixes (configuration, unit tests):
  2. - Only add the default fallback directories when the DirAuthorities,
  3. AlternateDirAuthority, and FallbackDir directory config options
  4. are set to their defaults.
  5. The default fallback directory list is currently empty, this fix
  6. will only change tor's behaviour when it has default fallback
  7. directories.
  8. Includes unit tests for consider_adding_dir_servers().
  9. Fixes bug 15642; bugfix on 90f6071d8dc0 in 0.2.4.7-alpha.
  10. Patch by "teor".