From b2c25b6586e4fefcd089472bc5adc285fbdc4a03 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 --- trunk/src/or/config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/src/or/config.c b/trunk/src/or/config.c index d2a6a66172..fd8d6a2005 100644 --- a/trunk/src/or/config.c +++ b/trunk/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; }