From 2d18d9eefb17204ed68b66d01c9d903fffde17ba Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 9 Nov 2004 07:45:24 +0000 Subject: [PATCH] when you try a new set of options, and you like them, make sure they stick svn:r2736 --- src/or/config.c | 1 + 1 file changed, 1 insertion(+) 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; }