ソースを参照

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

svn:r2736
Roger Dingledine 19 年 前
コミット
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;
 }