]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
when you try a new set of options, and you like them, make sure they stick
authorRoger Dingledine <arma@torproject.org>
Tue, 9 Nov 2004 07:45:24 +0000 (07:45 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 9 Nov 2004 07:45:24 +0000 (07:45 +0000)
svn:r2736

src/or/config.c

index d2a6a661728b69e3e421403a16699e2a5f67d403..fd8d6a2005b055beb630cf2424307a39bc4bb49d 100644 (file)
@@ -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;
 }