From: Roger Dingledine Date: Tue, 9 Nov 2004 07:45:24 +0000 (+0000) Subject: when you try a new set of options, and you like them, make sure they stick X-Git-Tag: debian-version-0.0.8+0.0.9pre5-1~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d18d9eefb17204ed68b66d01c9d903fffde17ba;p=thirdparty%2Ftor.git when you try a new set of options, and you like them, make sure they stick svn:r2736 --- 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; }