浏览代码

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

svn:r2736
Roger Dingledine 21 年之前
父节点
当前提交
2d18d9eefb
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/or/config.c

+ 1 - 0
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;
 }