Pārlūkot izejas kodu

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

svn:r2736
Roger Dingledine 21 gadi atpakaļ
vecāks
revīzija
2d18d9eefb
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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;
 }