when you try a new set of options, and you like them, make sure they stick

svn:r2736
This commit is contained in:
Roger Dingledine 2004-11-09 07:45:24 +00:00
parent 9f3e3d2b71
commit 2d18d9eefb

View 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;
}