diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-03-01 10:05:18 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2011-03-01 10:05:18 +0100 |
commit | 5c7c5e593f7d898dd5260da32c1909508ddce40b (patch) | |
tree | baa346d827cb1d532ad4a68067c31a26a5d77a59 /src/or/or.h | |
parent | 34e47d1052bdb76780a4dedbbce613972c896bad (diff) | |
download | tor-5c7c5e593f7d898dd5260da32c1909508ddce40b.tar.gz tor-5c7c5e593f7d898dd5260da32c1909508ddce40b.zip |
Tweak the bug2250 fix slightly
Rename the _UsingTestingTorNetwork hidden option to
_UsingTestNetworkDefaults (thanks Nick for the suggestion) and added a
changes file.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index c742f092e6..3ce142556e 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2844,7 +2844,7 @@ typedef struct { /** Set to true if the TestingTorNetwork configuration option is set. * This is used so that options_validate() has a chance to realize that * the defaults have changed. */ - int _UsingTestingTorNetwork; + int _UsingTestNetworkDefaults; } or_options_t; |