[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] backport: recognize SocksListenAddress and friends rather t...
Update of /home/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/tor-010x/tor/src/or
Modified Files:
Tag: tor-0_1_0-patches
config.c
Log Message:
backport: recognize SocksListenAddress and friends rather than dying.
Index: config.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.353.2.9
retrieving revision 1.353.2.10
diff -u -p -d -r1.353.2.9 -r1.353.2.10
--- config.c 27 Dec 2005 05:30:44 -0000 1.353.2.9
+++ config.c 2 Jan 2006 22:13:04 -0000 1.353.2.10
@@ -65,6 +65,9 @@ static config_abbrev_t config_abbrevs[]
{ "BandwidthBurstBytes", "BandwidthBurst", 0},
{ "DirFetchPostPeriod", "StatusFetchPeriod", 0},
{ "MaxConn", "ConnLimit", 0},
+ { "ORListenAddress", "ORBindAddress", 0},
+ { "DirListenAddress", "DirBindAddress", 0},
+ { "SocksListenAddress", "SocksBindAddress", 0},
{ NULL, NULL , 0},
};
#undef PLURAL