[or-cvs] stop discouraging the old *BindAddress config options. we w...

arma at seul.org arma at seul.org
Fri Nov 11 17:04:19 UTC 2005


Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv28578

Modified Files:
	config.c 
Log Message:
stop discouraging the old *BindAddress config options. we will
just confuse our users when they upgrade.


Index: config.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.444
retrieving revision 1.445
diff -u -d -r1.444 -r1.445
--- config.c	5 Nov 2005 20:20:51 -0000	1.444
+++ config.c	11 Nov 2005 17:04:14 -0000	1.445
@@ -67,9 +67,9 @@
   { "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



More information about the tor-commits mailing list