diff options
author | Roger Dingledine <arma@torproject.org> | 2004-11-09 07:45:24 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-11-09 07:45:24 +0000 |
commit | 2d18d9eefb17204ed68b66d01c9d903fffde17ba (patch) | |
tree | c02fcb09f61c7bdeb1ce382f84c2034adee5b88a /src | |
parent | 9f3e3d2b7121dbcf054decc9fe922b05c5afe326 (diff) | |
download | tor-2d18d9eefb17204ed68b66d01c9d903fffde17ba.tar.gz tor-2d18d9eefb17204ed68b66d01c9d903fffde17ba.zip |
when you try a new set of options, and you like them, make sure they stick
svn:r2736
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 d2a6a66172..fd8d6a2005 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -701,6 +701,7 @@ config_trial_assign(or_options_t **options, struct config_line_t *list, int rese return -3; } + *options = trial_options; return 0; } |