Преглед изворни кода

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