Browse Source

stop discouraging the old *BindAddress config options. we will
just confuse our users when they upgrade.


svn:r5354

Roger Dingledine 20 years ago
parent
commit
c136bbe505
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/or/config.c

+ 3 - 3
src/or/config.c

@@ -67,9 +67,9 @@ static config_abbrev_t _option_abbrevs[] = {
   { "BandwidthBurstBytes", "BandwidthBurst", 0, 0},
   { "DirFetchPostPeriod", "StatusFetchPeriod", 0, 0},
   { "MaxConn", "ConnLimit", 0, 1},
-  { "ORBindAddress", "ORListenAddress", 0, 1},
-  { "DirBindAddress", "DirListenAddress", 0, 1},
-  { "SocksBindAddress", "SocksListenAddress", 0, 1},
+  { "ORBindAddress", "ORListenAddress", 0, 0},
+  { "DirBindAddress", "DirListenAddress", 0, 0},
+  { "SocksBindAddress", "SocksListenAddress", 0, 0},
   { NULL, NULL, 0, 0},
 };
 #undef PLURAL