diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-11 10:26:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-11 10:26:48 -0400 |
commit | 70910479e383806b98f15490abc5e45ceb1066d5 (patch) | |
tree | 22592fbb26bccc609196d1ac7adb052865e7458f /src | |
parent | a6180b7f290c52b03f8abe3caf2ce233399dd66f (diff) | |
parent | 8a341cc429879e642862cb16a9de5da889867020 (diff) | |
download | tor-70910479e383806b98f15490abc5e45ceb1066d5.tar.gz tor-70910479e383806b98f15490abc5e45ceb1066d5.zip |
Merge remote-tracking branch 'public/bug5598'
Conflicts:
doc/tor.1.txt
Conflict was on a formatting issue in the manpage.
Diffstat (limited to 'src')
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index 2e3ce6429d..1fc5806f11 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -257,7 +257,7 @@ static config_var_t _option_vars[] = { V(DisableAllSwap, BOOL, "0"), V(DisableDebuggerAttachment, BOOL, "1"), V(DisableIOCP, BOOL, "1"), - V(DynamicDHGroups, BOOL, "1"), + V(DynamicDHGroups, BOOL, "0"), V(DNSPort, LINELIST, NULL), V(DNSListenAddress, LINELIST, NULL), V(DownloadExtraInfo, BOOL, "0"), |