diff options
author | Roger Dingledine <arma@torproject.org> | 2007-11-11 01:06:16 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-11-11 01:06:16 +0000 |
commit | 8ca51869fdcd653406dd908d1661a25315393bf9 (patch) | |
tree | 5e1d19ec80fdf22297f36c10aecec8ab05256a73 /src | |
parent | 928743002ad5233b93ab373b7c35b719154fb519 (diff) | |
download | tor-8ca51869fdcd653406dd908d1661a25315393bf9.tar tor-8ca51869fdcd653406dd908d1661a25315393bf9.tar.gz |
Allow people to say PreferTunnelledDirConns rather than
PreferTunneledDirConns, for those alternate-spellers out there.
svn:r12466
Diffstat (limited to 'src')
-rw-r--r-- | src/or/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/config.c b/src/or/config.c index 9a54ee765..eec4ca4d0 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -81,6 +81,7 @@ static config_abbrev_t _option_abbrevs[] = { { "NumEntryNodes", "NumEntryGuards", 0, 0}, { "ResolvConf", "ServerDNSResolvConfFile", 0, 1}, { "SearchDomains", "ServerDNSSearchDomains", 0, 1}, + { "PreferTunnelledDirConns", "PreferTunneledDirConns", 0, 0}, { NULL, NULL, 0, 0}, }; /* A list of state-file abbreviations, for compatibility. */ |