[tor-commits] [tor/master] clean up list of paths that cannot be relative

nickm at torproject.org nickm at torproject.org
Wed Mar 25 13:16:12 UTC 2015


commit e5e2644f235eae698378427f0b12c9e3b0786d4a
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Mar 25 09:16:04 2015 -0400

    clean up list of paths that cannot be relative
---
 src/or/config.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/or/config.c b/src/or/config.c
index 936c5c1..68157a1 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -2601,8 +2601,6 @@ warn_about_relative_paths(or_options_t *options)
                                   options->ExtORPortCookieAuthFile);
   warn_if_option_path_is_relative("DirPortFrontPage",
                                   options->DirPortFrontPage);
-  warn_if_option_path_is_relative("PortForwardingHelper",
-                                  options->PortForwardingHelper);
   warn_if_option_path_is_relative("V3BandwidthsFile",
                                   options->V3BandwidthsFile);
   warn_if_option_path_is_relative("ControlPortWriteToFile",
@@ -2611,7 +2609,6 @@ warn_about_relative_paths(or_options_t *options)
   warn_if_option_path_is_relative("GeoIPv6File",options->GeoIPv6File);
   warn_if_option_path_is_relative("Log",options->DebugLogFile);
   warn_if_option_path_is_relative("AccelDir",options->AccelDir);
-  warn_if_option_path_is_relative("Log",options->DebugLogFile);
   warn_if_option_path_is_relative("DataDirectory",options->DataDirectory);
   warn_if_option_path_is_relative("PidFile",options->PidFile);
 



More information about the tor-commits mailing list